summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-01-17 12:21:22 +0000
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-01-17 16:31:39 +0000
commit6e6e30aa0342b7fb30ff2dd4e8191ae8fcaaf866 (patch)
tree13cb17b0a6fa5004595fae945aa99023c0d261de /jjb
parentca3541cadd6574b8fce3235963c9b76155607f94 (diff)
jjb: infra: bifrost-upload-logs: Fix Google storage variable
BIFROST_GS_STORAGE is an old artifact so replace it with BIFROST_LOG_URL. Change-Id: I4b9d56e4b3478850152f7eca9b41b5cc36807049 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/infra/bifrost-upload-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/infra/bifrost-upload-logs.sh b/jjb/infra/bifrost-upload-logs.sh
index e2b8126e4..a03365942 100755
--- a/jjb/infra/bifrost-upload-logs.sh
+++ b/jjb/infra/bifrost-upload-logs.sh
@@ -12,7 +12,7 @@ set -eu
set -o pipefail
BIFROST_CONSOLE_LOG="${BUILD_URL}/consoleText"
-BIFROST_GS_URL=${BIFROST_GS_STORAGE/http:/gs:}
+BIFROST_GS_URL=${BIFROST_LOG_URL/http:/gs:}
echo "Uploading build logs to ${BIFROST_LOG_URL}"