fix ERR trap in infect.sh

tests
Alexander 2023-12-28 00:35:36 +04:00
parent 0ec4fc7d5b
commit eaafba6f65
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ steps:
set -o errtrace
set -o pipefail
shopt -s inherit_errexit
trap 'echo \$LINENO: \"\$BASH_COMMAND\"; exit 1' ERR
trap 'echo \$LINENO: "\$BASH_COMMAND"; exit 1' ERR
API_TOKEN="$USER_PASS"
CONFIG_URL=https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/0f886d76e93dd366db7c53a8f6b672702910b99b.tar.gz