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

it fixes the error we currently get on CI

PR Close #25054
This commit is contained in:
Alex Eagle 2018-07-23 18:33:07 -07:00 committed by Victor Berchet
parent be3cca4fd5
commit d6016f1d1d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
set -u -e
readonly DOWNLOAD_URL="https://5-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
readonly DOWNLOAD_URL="https://6-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