We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34774fc commit 937f951Copy full SHA for 937f951
ci/build_artifacts.sh
@@ -66,7 +66,7 @@ if [[ "${allowed_artifacts[@]}" =~ "${artifact}" ]]; then
66
67
# Bazel remote cache can be used on platforms with no RBE support. Pushes to
68
# the cache bucket is limited to JAX's CI system.
69
- if [[ "$JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE" == 1; ]]; then
+ if [[ "$JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE" == 1 ]]; then
70
remote_cache_flag="--bazel_options=--config=public_cache_push"
71
else
72
remote_cache_flag="--bazel_options=--config=public_cache"
0 commit comments