File tree Expand file tree Collapse file tree
.buildkite/scripts/steps/bazel_cache Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ set -euo pipefail
55export BAZEL_CACHE_MODE=populate-local-gcs
66export DISABLE_BOOTSTRAP_VALIDATION=true
77
8- retry 5 5 vault read -field=service_account_json secret/kibana-issues/dev/kibana-ci-bazel-remote-cache-local-dev > target/kibana-ci-bazel-remote-cache-local-dev.json
9- GOOGLE_APPLICATION_CREDENTIALS=$( pwd) /target/kibana-ci-bazel-remote-cache-local-dev.json
8+ GOOGLE_APPLICATION_CREDENTIALS=" $HOME /.kibana-ci-bazel-remote-cache-local-dev.json"
109export GOOGLE_APPLICATION_CREDENTIALS
10+ retry 5 5 vault read -field=service_account_json secret/kibana-issues/dev/kibana-ci-bazel-remote-cache-local-dev > " $GOOGLE_APPLICATION_CREDENTIALS "
1111
1212# Clear out bazel cache between runs to make sure that any artifacts that don't exist in the cache are uploaded
1313rm -rf ~ /.bazel-cache
You can’t perform that action at this time.
0 commit comments