Skip to content

Commit 4edbf45

Browse files
authored
Update int.cloudbuild.yaml
1 parent 71c4f4f commit 4edbf45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ steps:
3636
3737
# Do not prune if changing tests themselves
3838
_INFRA_FOLDERS="build test .github"
39-
while read _changed_folders; do
39+
while read _changed_folders; do
40+
echo "${_changed_folders%/}"
4041
if [[ "${_INFRA_FOLDERS}" =~ "${_changed_folders%/}" ]]; then
4142
echo "Infrastructure folder ${_changed_folders%/} has changed; no tests will be pruned."
4243
exit 0 # do not prune

0 commit comments

Comments
 (0)