From b73fabb2fca183ee6213ab0b36014b16cd6f95e3 Mon Sep 17 00:00:00 2001 From: Sergey Reshetnyak Date: Tue, 31 Jan 2017 17:10:04 +0300 Subject: [PATCH] Fix typo Change-Id: Ib8d086be9ece6358164608cb6b441430aad38d87 --- 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 41a9026..06142b0 100644 --- a/service/files/run-tempest.sh.j2 +++ b/service/files/run-tempest.sh.j2 @@ -12,7 +12,7 @@ function publish_artifacts { rally verify results --html --output-file "${path}/result.html" # TODO: add junit report - scp -o StrictHostKeyChecking=no -r -i /var/lib/rally/static.pem -p {{ rally.tempest.static.port }} "${path}" {{ rally.tempest.static.username }}@{{ rally.tempest.static.host }}:{{ rally.tempest.static.server_path }} + scp -o StrictHostKeyChecking=no -r -i /var/lib/rally/static.pem -p{{ rally.tempest.static.port }} "${path}" {{ rally.tempest.static.username }}@{{ rally.tempest.static.host }}:{{ rally.tempest.static.server_path }} echo "Artifacts are located to {{ rally.tempest.static.site }}/{{ rally.tempest.static.path }}" }