Revert "build: update to newer circleCI bazel remote cache proxy (#25054)" (#25076)

This reverts commit d6016f1d1d.

PR Close #25076
This commit is contained in:
Victor Berchet 2018-07-24 14:26:08 -07:00
parent 2cb0f68a7b
commit c0e3852384
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
set -u -e 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" curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL"
chmod +x ~/bazel-remote-proxy chmod +x ~/bazel-remote-proxy