From 9b713ca17c7994ff9c75057a72e65e8d2b711d72 Mon Sep 17 00:00:00 2001 From: diosmosis <benaka@piwik.pro> Date: Wed, 15 Oct 2014 11:39:03 -0700 Subject: [PATCH] Fix artifacts link displayed for UI tests in travis.sh script. --- tests/travis/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh index befa1dd84d..001f9866bc 100755 --- a/tests/travis/travis.sh +++ b/tests/travis/travis.sh @@ -42,7 +42,7 @@ then then if [ -n "$PLUGIN_NAME" ] then - artifacts_folder="protected/ui-tests.master.$PLUGIN_NAME" + artifacts_folder="protected/ui-tests.$TRAVIS_BRANCH.$PLUGIN_NAME" else artifacts_folder="ui-tests.$TRAVIS_BRANCH" fi -- GitLab