Sign in
bazel
/
rules_typescript
/
9a5d024bfcbe9860f044f01eae0123012b14d81c
/
.
/
.circleci
/
setup_cache.sh
blob: 53462a204458d38f587e3409fa35181db9ff7381 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
u
-
e
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