From: Markos Chandras Date: Tue, 17 Jan 2017 12:21:22 +0000 (+0000) Subject: jjb: infra: bifrost-upload-logs: Fix Google storage variable X-Git-Tag: danube.1.0~455 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6e6e30aa0342b7fb30ff2dd4e8191ae8fcaaf866;p=releng.git 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 --- 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}"