Skip to content

Commit

Permalink
[autoSync] CI: improve validate check
Browse files Browse the repository at this point in the history
  • Loading branch information
shanye997 committed Nov 28, 2024
1 parent 209ae54 commit 4e80672
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,10 @@ jobs:
unzip terraform_1.6.0_linux_amd64.zip -d /usr/local/bin/
fi
exp="examples"
submod="modules"
output_file="combined_output.txt"
echo "./" > "$output_file"
if [[ -d "$exp" ]]; then
find $exp -type d -print -mindepth 1 -maxdepth 1 >> $output_file
fi
if [[ -d "$submod" ]]; then
find $submod -type d -print -mindepth 1 -maxdepth 1 >> $output_file
fi
exitCode=0
while IFS= read -r line
Expand Down

0 comments on commit 4e80672

Please sign in to comment.