Fix log path in gate-zuul-nodepool

We can't escape the workspace root.

Change-Id: I6699131212b5f94a8a1bf9362138c524bc8cba96
This commit is contained in:
James E. Blair 2017-01-25 13:42:44 -08:00
parent 1a258f41d5
commit 72ee112fcb
1 changed files with 2 additions and 2 deletions

View File

@ -458,8 +458,8 @@
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH/nodepool'
source: '/tmp/nodepool/logs/**'
- target: 'logs/$LOG_PATH/logs'
source: 'logs/**'
keep-hierarchy: true
copy-after-failure: true
- console-log