Change artifacts directory to home dir

Change-Id: I1130b2637ad06792f7dd50c56a7591296f5c4b9e
This commit is contained in:
Sergey Reshetnyak 2017-01-27 18:47:42 +03:00
parent 1795ea6890
commit cc14016182
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -ex
function publish_artifacts {
local path="{{ rally.tempest.static.path }}"
local path="/var/lib/rally/{{ rally.tempest.static.path }}"
mkdir -p "${path}"
cp /var/lib/rally/tempest.log "${path}/tempest.log"