Skip to content

Commit a4c757f

Browse files
authored
Update int.cloudbuild.yaml
1 parent d87e100 commit a4c757f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ 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 . -maxdepth 1 -not -name '*.tf' -type f -print -quit) $d" ]; then
49-
rm -rf $d;
49+
echo $d
50+
rm -rf $d
5051
fi
5152
done
5253

0 commit comments

Comments
 (0)