Fix target for infra publications jobs.

Not sure where I got the www from, but that's not needed on the FTP
publisher target for docs.openstack.org content.

Change-Id: Ia18848117520f8e513b8028259dcb7c0aca36b10
Reviewed-on: https://review.openstack.org/33876
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley 2013-06-20 20:01:34 +00:00 committed by Jenkins
parent 3d4557756e
commit 182a181ee2

View File

@ -11,7 +11,7 @@
- ftp:
site: docs.openstack.org
source: '**'
target: 'www/infra/publications/${ZUUL_BRANCH}/'
target: 'infra/publications/${ZUUL_BRANCH}/'
remove-prefix: ''
excludes: ''
- console-log-post
@ -33,7 +33,7 @@
- ftp:
site: docs.openstack.org
source: 'output/**'
target: 'www/infra/publications/'
target: 'infra/publications/'
remove-prefix: 'output/'
excludes: ''
- console-log-post