From af8a601798e5a167ef60028f24b3692614bd749f Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 9 Nov 2023 11:47:33 -0800 Subject: [PATCH] fix: less brackets, less errors --- build/int.cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 66bea0364..72bfb7383 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -21,7 +21,7 @@ steps: - -c - | # Do not prune if the flag is set - if [[ -n $_RUN_ALL_TESTS ]]; then + if [ -n $_RUN_ALL_TESTS ]; then exit 0 # do not prune fi