Update ci/build.sh

Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
This commit is contained in:
Florian Klink 2019-04-04 14:48:37 +02:00 committed by Francesco Mazzoli
parent 3ae87ce775
commit a0992cedcc

View File

@ -26,7 +26,7 @@ eval "$(dev-env/bin/dade assist)"
step "configuring bazel"
# setups the shared remote cache if the branch is not a fork
# sets up write access to the shared remote cache if the branch is not a fork
if [[ "${IS_FORK}" = False ]]; then
step "configuring write access to the remote cache"
GOOGLE_APPLICATION_CREDENTIALS=$(mktemp)