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 e17a964 commit 7531630Copy full SHA for 7531630
build/int.cloudbuild.yaml
@@ -36,8 +36,8 @@ steps:
36
37
# Do not prune if changing tests themselves
38
git diff --quiet origin/main build test .github/workflows
39
- CHANGED=$?
40
- if [[ "${CHANGED}" -ne 0 ]]; then
+ _CHANGED=$?
+ if [[ "${_CHANGED}" -ne 0 ]]; then
41
echo "Infrastructure folders have changed; no tests will be pruned."
42
exit 0 # do not prune
43
fi
0 commit comments