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 # teardown
# not necessary, all tracked in git # not necessary, all tracked in git
# enmesh: restore, since this particular one is checked in # enmesh: restore, since this particular one is checked in
git checkout "${PWD}/.sops.yaml" git checkout "${PWD}/.sops.yaml" > /dev/null 2>&1
else else
>&2 echo "# INFO: skipping ...." >&2 echo "# INFO: skipping ...."
fi fi

Loading…
Cancel
Save