From 002308f48fe81d9fef2317df87dee01f0bea4750 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Thu, 13 Jun 2019 09:39:47 +0000 Subject: [PATCH] Bug 1557255 - fixing toolchain-linux64-clang-8-macosx-cross job r=sfraser Differential Revision: https://phabricator.services.mozilla.com/D34839 --HG-- extra : moz-landing-system : lando --- taskcluster/scripts/misc/tooltool-download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/scripts/misc/tooltool-download.sh b/taskcluster/scripts/misc/tooltool-download.sh index 9d974eea73e4..ae7ca22bd927 100644 --- a/taskcluster/scripts/misc/tooltool-download.sh +++ b/taskcluster/scripts/misc/tooltool-download.sh @@ -18,9 +18,9 @@ if [ -e "$TOOLTOOL_AUTH_FILE" ]; then TOOLTOOL_DL_FLAGS="${TOOLTOOL_DL_FLAGS=} --authentication-file=$TOOLTOOL_AUTH_FILE" fi -if [ -n "$RELENGAPI_PORT" ]; then +if [ -n "$TASKCLUSTER_PROXY_URL" ]; then # When the worker has the relengapi proxy setup, use it. - TOOLTOOL_DL_FLAGS="${TOOLTOOL_DL_FLAGS=} --tooltool-url=http://taskcluster/tooltool.mozilla-releng.net/" + TOOLTOOL_DL_FLAGS="${TOOLTOOL_DL_FLAGS=} --tooltool-url=${TASKCLUSTER_PROXY_URL}/tooltool.mozilla-releng.net/" fi if [ -n "$UPLOAD_DIR" ]; then