diff options
Diffstat (limited to 'ci-setup.sh')
| -rwxr-xr-x | ci-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-setup.sh b/ci-setup.sh index 4c38993..54cb79c 100755 --- a/ci-setup.sh +++ b/ci-setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env nix-shell #!nix-shell -i bash # shellcheck shell=bash -set -Eeuo pipefail +set -xEeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" echo "Unlocking git-crypt repos..." |
