We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8690d3d commit 6a71bcdCopy full SHA for 6a71bcd
.github/workflows/e2e.yml
@@ -42,15 +42,10 @@ jobs:
42
unzip terraform_1.6.0_linux_amd64.zip -d /usr/local/bin/
43
fi
44
exp="examples"
45
- submod="modules"
46
output_file="combined_output.txt"
47
- echo "./" > "$output_file"
48
if [[ -d "$exp" ]]; then
49
find $exp -type d -print -mindepth 1 -maxdepth 1 >> $output_file
50
51
- if [[ -d "$submod" ]]; then
52
- find $submod -type d -print -mindepth 1 -maxdepth 1 >> $output_file
53
- fi
54
55
exitCode=0
56
while IFS= read -r line
0 commit comments