Disable bazel cache on CI (#142873)

This commit is contained in:
Jonathan Budzenski 2022-10-06 10:18:22 -05:00
parent 7c3461727d
commit eee24f55f6

View file

@ -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"