reduce test verbosity

ADP-216_sops_automation
LeeW 10 months ago
parent 5056aca69e
commit f1de3d9c03

@ -66,7 +66,7 @@ if [[ 1 -eq 1 ]]; then
# teardown
# not necessary, all tracked in git
# enmesh: restore, since this particular one is checked in
git checkout "${PWD}/.sops.yaml"
git checkout "${PWD}/.sops.yaml" > /dev/null 2>&1
else
>&2 echo "# INFO: skipping ...."
fi

Loading…
Cancel
Save