Remove remote-directory from publishing in api-jobs

Since we set already target, there's no need to set remote-directory for
the api-quick-start job.

Also, setting it to empty is a noop for openstack-api-ref.

Btw. these two occurences are the only two occurences of
remote-directory in the directory.

Change-Id: Ib1185b3eff429f880b5fef8ea2c77135547b758c
Related-Bug: #1256828
This commit is contained in:
Andreas Jaeger 2013-12-02 21:50:15 +01:00
parent b350d56976
commit e5eb855259

View File

@ -24,7 +24,6 @@
target: 'api/quick-start/'
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/'
excludes: '**/*.xml,**/null*'
remote-directory: 'api/quick-start'
# this replaces the old openstack-api-site job in Jenkins
- job:
@ -52,7 +51,6 @@
target: ''
remove-prefix: 'api-ref/target/docbkx/html/'
excludes: '**/*.xml,**/null*'
remote-directory: ''
# in zuul/layout.yaml specified to only run against master branch.