aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 00:52:04 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 00:52:04 -0300
commit65ec8a1d63bd9c11596bc03aa5c1d7b3872790ad (patch)
tree9098d22ff352a113813e34573c4d88092859ab70
parentAdd backup routing before possibly tearing down machine (diff)
downloadtoph-65ec8a1d63bd9c11596bc03aa5c1d7b3872790ad.tar.gz
toph-65ec8a1d63bd9c11596bc03aa5c1d7b3872790ad.tar.xz
Add =set -x= to ci-setup.sh
-rwxr-xr-xci-setup.sh2
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..."