Skip to content

Commit a1913dd

Browse files
committed
[autoSync] CI: improve validate check
1 parent 623c414 commit a1913dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/e2e.yml

-5
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,10 @@ jobs:
4242
unzip terraform_1.6.0_linux_amd64.zip -d /usr/local/bin/
4343
fi
4444
exp="examples"
45-
submod="modules"
4645
output_file="combined_output.txt"
47-
echo "./" > "$output_file"
4846
if [[ -d "$exp" ]]; then
4947
find $exp -type d -print -mindepth 1 -maxdepth 1 >> $output_file
5048
fi
51-
if [[ -d "$submod" ]]; then
52-
find $submod -type d -print -mindepth 1 -maxdepth 1 >> $output_file
53-
fi
5449
5550
exitCode=0
5651
while IFS= read -r line

0 commit comments

Comments
 (0)