Skip to content

Commit 19be0a7

Browse files
committed
Clean up conflicting state between tests
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 03829a6 commit 19be0a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

verify.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,16 @@ for dir in ./*/; do
5959
dirname=${dir%*/}
6060
template=${dirname##*/}
6161

62-
# skip arm templates
63-
case "$template" in
64-
*-arm*) continue ;;
65-
esac
66-
6762
pushd ../ 2>/dev/null 1>&2
6863

6964
build_template $template
7065
verify_and_clean $template
66+
rm -rf stack.yaml *-ci
7167

7268
popd 2>/dev/null 1>&2
7369
done
7470

7571
# remove the generated files and folders if successful
7672
cd ../
7773
rm -rf *-ci stack.yaml
74+

0 commit comments

Comments
 (0)