From 747c10e9e0fb81f054f5f8fc18f82deeed6fb652 Mon Sep 17 00:00:00 2001 From: LeeW Date: Mon, 17 Feb 2025 11:57:18 +0100 Subject: [PATCH] fix: iterate fix for sops.yaml not created in specified config dir --- verify/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/verify/test.sh b/verify/test.sh index b7e934e..71a4ba4 100755 --- a/verify/test.sh +++ b/verify/test.sh @@ -44,11 +44,9 @@ test -e "${repo_root}/.sops.yaml" # enmesh: restore, since this particular one is checked in git checkout "${PWD}/.sops.yaml" rm "${repo_root}/.sops.yaml" -echo "WARNING: skipping remaining tests, failing right now" -exit -read -p "next test?" __var # --- >&2 echo "# create sops cfg in curdir: ${PWD}" +echo "ERROR: failing right now" rm .sops.yaml ../bin/update_sops.sh -c "${PWD}" -s "${secrets_file}" test -e "${PWD}/.sops.yaml"