From c0e3852384643e26382e2af70993ddde8e03e102 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 24 Jul 2018 14:26:08 -0700 Subject: [PATCH] Revert "build: update to newer circleCI bazel remote cache proxy (#25054)" (#25076) This reverts commit d6016f1d1d37e9ab6ee3e7725add1bb63e41f7e4. PR Close #25076 --- .circleci/setup_cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/setup_cache.sh b/.circleci/setup_cache.sh index d5c8c35b5a..232596df4a 100755 --- a/.circleci/setup_cache.sh +++ b/.circleci/setup_cache.sh @@ -5,7 +5,7 @@ set -u -e -readonly DOWNLOAD_URL="https://6-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)" +readonly DOWNLOAD_URL="https://5-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)" curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL" chmod +x ~/bazel-remote-proxy