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
This commit is contained in:
Rok Garbas 2019-06-13 09:39:47 +00:00
parent af5c37e3a4
commit 002308f48f

View File

@ -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