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