Fix bug 1062231, CLI guide PDF doesn't appear.
When I look at the FTP site, the PDF isn't copied at all. I believe it's because the job isn't copying the correct fileset. Change-Id: I9a67650c0bf11622b829a78d1f5ec36d0411f9e5 Reviewed-on: https://review.openstack.org/15227 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
dbee13315e
commit
4a45c2d6fb
@ -20,9 +20,9 @@
|
||||
- console-log-post
|
||||
- ftp:
|
||||
site: docs.openstack.org
|
||||
source: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/**'
|
||||
source: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/cli-guide/**'
|
||||
target: 'cli/quick-start'
|
||||
remove-prefix: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/'
|
||||
remove-prefix: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/cli-guide/'
|
||||
excludes: '**/*.xml,**/null*'
|
||||
|
||||
- job:
|
||||
|
Loading…
Reference in New Issue
Block a user