diff --git a/verify/test.sh b/verify/test.sh index fbb0a54..b7e934e 100755 --- a/verify/test.sh +++ b/verify/test.sh @@ -54,3 +54,7 @@ rm .sops.yaml test -e "${PWD}/.sops.yaml" test ! -e "${repo_root}/.sops.yaml" read -p "next test?" __var + +# --- +echo "TEST SUCCESS" +exit 0