From 46b61c834728843512689c1f57d9b7be734ad02e Mon Sep 17 00:00:00 2001 From: LeeW Date: Mon, 17 Feb 2025 11:56:24 +0100 Subject: [PATCH] test: first test working --- verify/test.sh | 4 ++++ 1 file changed, 4 insertions(+) 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