Skip to content

Commit b074620

Browse files
authored
Update int.cloudbuild.yaml
1 parent d11d663 commit b074620

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
@@ -46,7 +46,7 @@ steps:
4646
# Remove leaf folders without changes or non-tf resources
4747
for d in `find . -type d -name 'test' -prune -o -links 2 -printf '%P\n'`; do
4848
if (! grep -q "^$d" _changed_folders) && [ -n "$(find $d -maxdepth 1 -not -name '*.tf' -type f -print -quit)" ]; then
49-
find $d -maxdepth 1 -not -name '*.tf' -type f -print -quit
49+
echo [ -n "$(find $d -maxdepth 1 -not -name '*.tf' -type f -print -quit)" ]
5050
rm -rf $d
5151
fi
5252
done

0 commit comments

Comments
 (0)