Skip to content

Commit

Permalink
fix: less brackets, less errors
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Nov 9, 2023
1 parent 01b0663 commit af8a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af8a601

Please sign in to comment.