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 03829a6 commit 19be0a7Copy full SHA for 19be0a7
verify.sh
@@ -59,19 +59,16 @@ for dir in ./*/; do
59
dirname=${dir%*/}
60
template=${dirname##*/}
61
62
- # skip arm templates
63
- case "$template" in
64
- *-arm*) continue ;;
65
- esac
66
-
67
pushd ../ 2>/dev/null 1>&2
68
69
build_template $template
70
verify_and_clean $template
+ rm -rf stack.yaml *-ci
71
72
popd 2>/dev/null 1>&2
73
done
74
75
# remove the generated files and folders if successful
76
cd ../
77
rm -rf *-ci stack.yaml
+
0 commit comments