Skip to content

Commit 7531630

Browse files
committed
Cloud Build wants underscores
1 parent e17a964 commit 7531630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ steps:
3636
3737
# Do not prune if changing tests themselves
3838
git diff --quiet origin/main build test .github/workflows
39-
CHANGED=$?
40-
if [[ "${CHANGED}" -ne 0 ]]; then
39+
_CHANGED=$?
40+
if [[ "${_CHANGED}" -ne 0 ]]; then
4141
echo "Infrastructure folders have changed; no tests will be pruned."
4242
exit 0 # do not prune
4343
fi

0 commit comments

Comments
 (0)