mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
af5c37e3a4
commit
002308f48f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user