Skip to content

Commit 0b4cb2f

Browse files
committed
python-docs-samples also wraps this in e
1 parent 6f35db5 commit 0b4cb2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ steps:
3535
cat _changed_folders
3636
3737
# Do not prune if changing tests themselves
38+
set +e
3839
_build_changes=$(git diff --quiet origin/main build test .github/workflows)
40+
set -e
3941
if [[ -n "${_build_changes}" ]]; then
4042
echo "Infrastructure folders have changed; no tests will be pruned."
4143
exit 0 # do not prune

0 commit comments

Comments
 (0)