Fixes the API Quick Start path for file copy - build is fine, file copy not fine.

fix bug 1085250

Change-Id: Iee509fd81b82adebe04253d0b6d58cb1e674f1ae
Reviewed-on: https://review.openstack.org/17470
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
annegentle 2012-12-04 09:42:42 -06:00 committed by Jenkins
parent 7007ddcd67
commit 6edce3abd5

View File

@ -69,9 +69,9 @@
- console-log-post
- ftp:
site: api.openstack.org
source: 'doc/target/docbkx/webhelp/api-quick-start-onepager/**'
source: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/**'
target: ''
remove-prefix: 'doc/target/docbkx/webhelp/api-quick-start-onepager/'
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/'
excludes: '**/*.xml,**/null*'
remote-directory: 'api/quick-start'