Skip to content

Commit 71c4f4f

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ steps:
3737
# Do not prune if changing tests themselves
3838
_INFRA_FOLDERS="build test .github"
3939
while read _changed_folders; do
40-
for d in _changed_folders; do
4140
if [[ "${_INFRA_FOLDERS}" =~ "${_changed_folders%/}" ]]; then
4241
echo "Infrastructure folder ${_changed_folders%/} has changed; no tests will be pruned."
4342
exit 0 # do not prune

0 commit comments

Comments
 (0)