Skip to content

Commit d569e8f

Browse files
authored
Update int.cloudbuild.yaml
1 parent b0e5112 commit d569e8f

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-
echo "${_INFRA_FOLDERS}"
41+
echo "$_INFRA_FOLDERS"
4242
if [[ "${_INFRA_FOLDERS}" =~ "${d%/}" ]]; then
4343
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
4444
exit 0 # do not prune

0 commit comments

Comments
 (0)