We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9a9f3 commit 4997fdfCopy full SHA for 4997fdf
.buildkite/scripts/common/setup_bazel.sh
@@ -11,7 +11,7 @@ cat <<EOF > $KIBANA_DIR/.bazelrc
11
build --build_metadata=ROLE=CI
12
EOF
13
14
-BAZEL_CACHE_MODE=${BAZEL_CACHE_MODE:-gcs}
+BAZEL_CACHE_MODE=none
15
16
if [[ "$BAZEL_CACHE_MODE" == "gcs" ]]; then
17
echo "[bazel] enabling caching with GCS buckets"
0 commit comments