Skip to content

Commit 0b8d353

Browse files
authored
Update int.cloudbuild.yaml
1 parent 539e508 commit 0b8d353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/int.cloudbuild.yaml

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

0 commit comments

Comments
 (0)