aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 01:30:05 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 01:30:05 -0300
commit45d09dc5d0ef91022ccf9e19398ec01b46005a1a (patch)
treeb67839ee73c752d628cbe0ed739344194d2f0f11
parentSuppress output of docker-compose config (diff)
downloadserver-45d09dc5d0ef91022ccf9e19398ec01b46005a1a.tar.gz
server-45d09dc5d0ef91022ccf9e19398ec01b46005a1a.tar.xz
Remove set -x from 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 54cb79c..4c38993 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 -xEeuo pipefail
+set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
echo "Unlocking git-crypt repos..."