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 ef3157d commit 0631f99Copy full SHA for 0631f99
.github/workflows/release.yml
@@ -87,7 +87,6 @@ jobs:
87
fi
88
{
89
echo "startup --host_jvm_args=-Xmx$BAZEL_MEM"
90
- echo "build --remote_cache=$CI_BAZEL_REMOTE_CACHE --google_default_credentials"
91
} > ci.bazelrc
92
# Comment out the 'upload log' bit below for debugging
93
SUFFIX=""
@@ -104,7 +103,6 @@ jobs:
104
103
105
env:
106
CONFIG: ${{ matrix.config }}
107
- CI_BAZEL_REMOTE_CACHE: 'https://storage.googleapis.com/sourcegraph_bazel_cache'
108
- name: '🔎 Identify OS'
109
run: echo "OS=$(uname -s | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
110
# - name: '🪵 Upload log'
0 commit comments