Skip to content

Commit 2ce63d5

Browse files
authored
Update int.cloudbuild.yaml
1 parent 5f99004 commit 2ce63d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/int.cloudbuild.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ steps:
3535
cat _changed_folders
3636
3737
# Do not prune if changing tests themselves
38-
_INFRA_FOLDERS="build test .github"
3938
while read d; do
40-
echo "${d%/}"
41-
echo "$_INFRA_FOLDERS"
4239
if [[ "build test .github" =~ "${d%/}" ]]; then
4340
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
4441
exit 0 # do not prune

0 commit comments

Comments
 (0)