Skip to content

Commit dbab5e6

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

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
@@ -37,7 +37,7 @@ steps:
3737
# Do not prune if changing tests themselves
3838
_INFRA_FOLDERS="build test .github"
3939
while read d; do
40-
echo "${d%/}"
40+
echo "$d%/"
4141
if [[ "${_INFRA_FOLDERS}" =~ "$d%/" ]]; then
4242
echo "Infrastructure folder $d%/ has changed; no tests will be pruned."
4343
exit 0 # do not prune

0 commit comments

Comments
 (0)