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:
parent
b350d56976
commit
e5eb855259
@ -24,7 +24,6 @@
|
|||||||
target: 'api/quick-start/'
|
target: 'api/quick-start/'
|
||||||
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/'
|
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/'
|
||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
remote-directory: 'api/quick-start'
|
|
||||||
|
|
||||||
# this replaces the old openstack-api-site job in Jenkins
|
# this replaces the old openstack-api-site job in Jenkins
|
||||||
- job:
|
- job:
|
||||||
@ -52,7 +51,6 @@
|
|||||||
target: ''
|
target: ''
|
||||||
remove-prefix: 'api-ref/target/docbkx/html/'
|
remove-prefix: 'api-ref/target/docbkx/html/'
|
||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
remote-directory: ''
|
|
||||||
|
|
||||||
|
|
||||||
# in zuul/layout.yaml specified to only run against master branch.
|
# in zuul/layout.yaml specified to only run against master branch.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user