Skip to content

Commit 4997fdf

Browse files
authored
Disable bazel cache on CI (#142873)
1 parent 0d9a9f3 commit 4997fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/common/setup_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cat <<EOF > $KIBANA_DIR/.bazelrc
1111
build --build_metadata=ROLE=CI
1212
EOF
1313

14-
BAZEL_CACHE_MODE=${BAZEL_CACHE_MODE:-gcs}
14+
BAZEL_CACHE_MODE=none
1515

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

0 commit comments

Comments
 (0)