Skip to content

Commit c0e3852

Browse files
committed
Revert "build: update to newer circleCI bazel remote cache proxy (angular#25054)" (angular#25076)
This reverts commit d6016f1. PR Close angular#25076
1 parent 2cb0f68 commit c0e3852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/setup_cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -u -e
77

8-
readonly DOWNLOAD_URL="https://6-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
8+
readonly DOWNLOAD_URL="https://5-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
99

1010
curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL"
1111
chmod +x ~/bazel-remote-proxy

0 commit comments

Comments
 (0)