Fix specs upload job and use scp instead of ftp
Change-Id: Ibd58fdcc99696c5732d62f959d6cb81767295a4e
This commit is contained in:
parent
5eae43e5c4
commit
b42f8ba658
@ -12,12 +12,12 @@
|
|||||||
project: '{name}'
|
project: '{name}'
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- ftp:
|
- scp:
|
||||||
site: 'specs.openstack.org'
|
site: 'static.openstack.org'
|
||||||
|
files:
|
||||||
|
- target: 'specs/{github-org}/{name}'
|
||||||
source: 'doc/build/html/**'
|
source: 'doc/build/html/**'
|
||||||
target: '{github-org}/{name}'
|
keep-hierarchy: true
|
||||||
remove-prefix: 'doc/build/html'
|
|
||||||
excludes: ''
|
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-group:
|
- job-group:
|
||||||
|
Loading…
Reference in New Issue
Block a user