Skip to content

Commit f8c05ec

Browse files
authored
Update int.cloudbuild.yaml
1 parent ea62ebe commit f8c05ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ steps:
3737
# Do not prune if changing tests themselves
3838
_INFRA_FOLDERS="build test .github"
3939
for d in _changed_folders; do
40+
echo "${d%/}"
4041
if [[ "${_INFRA_FOLDERS}" =~ "${d%/}" ]]; then
4142
echo "Infrastructure folders have changed; no tests will be pruned."
4243
exit 0 # do not prune

0 commit comments

Comments
 (0)