Skip to content

Commit 0631f99

Browse files
ci: Remove GCS bucket reference (#431)
1 parent ef3157d commit 0631f99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
fi
8888
{
8989
echo "startup --host_jvm_args=-Xmx$BAZEL_MEM"
90-
echo "build --remote_cache=$CI_BAZEL_REMOTE_CACHE --google_default_credentials"
9190
} > ci.bazelrc
9291
# Comment out the 'upload log' bit below for debugging
9392
SUFFIX=""
@@ -104,7 +103,6 @@ jobs:
104103
fi
105104
env:
106105
CONFIG: ${{ matrix.config }}
107-
CI_BAZEL_REMOTE_CACHE: 'https://storage.googleapis.com/sourcegraph_bazel_cache'
108106
- name: '🔎 Identify OS'
109107
run: echo "OS=$(uname -s | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
110108
# - name: '🪵 Upload log'

0 commit comments

Comments
 (0)