Skip to content

Commit 937f951

Browse files
committed
fix syntax error
1 parent 34774fc commit 937f951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [[ "${allowed_artifacts[@]}" =~ "${artifact}" ]]; then
6666

6767
# Bazel remote cache can be used on platforms with no RBE support. Pushes to
6868
# the cache bucket is limited to JAX's CI system.
69-
if [[ "$JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE" == 1; ]]; then
69+
if [[ "$JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE" == 1 ]]; then
7070
remote_cache_flag="--bazel_options=--config=public_cache_push"
7171
else
7272
remote_cache_flag="--bazel_options=--config=public_cache"

0 commit comments

Comments
 (0)