deploy: remove set -x (forgot :()
This commit is contained in:
parent
6e3a5c59d2
commit
1da9fd81d9
@ -6,7 +6,6 @@ die() {
|
||||
}
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if ! command -v yq >/dev/null 2>&1; then
|
||||
die "yq is not installed. Please install yq to parse YAML files."
|
||||
|
@ -6,7 +6,6 @@ die() {
|
||||
}
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
PHP="$(which php)"
|
||||
SCRIPT_DIR=$(cd "$(dirname "$(readlink -f "$0")")" && pwd)
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
#set -x
|
||||
|
||||
INDIR=
|
||||
OUTDIR=
|
||||
|
Loading…
x
Reference in New Issue
Block a user