Skip to content

Commit e7407d2

Browse files
authored
Update int.cloudbuild.yaml
1 parent 585bd27 commit e7407d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
_INFRA_FOLDERS="build test .github"
3939
while read d; do
4040
echo "${d%/}"
41-
if [[ "${_INFRA_FOLDERS}" =~ "${d%/}" ]]; then
41+
if [[ "${_INFRA_FOLDERS}" =~ ${d%/} ]]; then
4242
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
4343
exit 0 # do not prune
4444
fi

0 commit comments

Comments
 (0)