mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Disable bazel cache on CI (#142873)
This commit is contained in:
parent
7c3461727d
commit
eee24f55f6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue