Skip to content

Commit

Permalink
Disable bazel cache on CI (elastic#142873)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 6, 2022
1 parent 9ad4a71 commit c0cc711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/common/setup_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cat <<EOF > $KIBANA_DIR/.bazelrc
build --build_metadata=ROLE=CI
EOF

BAZEL_CACHE_MODE=${BAZEL_CACHE_MODE:-gcs}
BAZEL_CACHE_MODE=none

if [[ "$BAZEL_CACHE_MODE" == "gcs" ]]; then
echo "[bazel] enabling caching with GCS buckets"
Expand Down

0 comments on commit c0cc711

Please sign in to comment.