From cc14016182d84c760c1508f10c26405810c711f6 Mon Sep 17 00:00:00 2001 From: Sergey Reshetnyak Date: Fri, 27 Jan 2017 18:47:42 +0300 Subject: [PATCH] Change artifacts directory to home dir Change-Id: I1130b2637ad06792f7dd50c56a7591296f5c4b9e --- service/files/run-tempest.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/files/run-tempest.sh.j2 b/service/files/run-tempest.sh.j2 index 0780f53..b18ce3f 100644 --- a/service/files/run-tempest.sh.j2 +++ b/service/files/run-tempest.sh.j2 @@ -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"