Fixed scp reference to unit test output.
Looks like the scp task doesn't cleanly resolve ./, so I corrected that for our unit test output on storyboard. Change-Id: I459a0e355a941e7fc46f4f48dea382c8b1ba2ecc
This commit is contained in:
parent
bec78eae54
commit
019be17665
@ -14,7 +14,7 @@
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$LOG_PATH'
|
||||
source: './reports/**'
|
||||
source: 'reports/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$LOG_PATH'
|
||||
source: './reports/**'
|
||||
source: 'reports/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
- tarball:
|
||||
|
Loading…
Reference in New Issue
Block a user