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:
Michael Krotscheck 2014-01-15 11:49:54 -08:00
parent bec78eae54
commit 019be17665

View File

@ -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: