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'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: './reports/**'
|
source: 'reports/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
|
|
||||||
@ -45,7 +45,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: './reports/**'
|
source: 'reports/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- tarball:
|
- tarball:
|
||||||
|
Loading…
Reference in New Issue
Block a user