ci(scripts/ct/run.sh): fix undefined vars when runing ct for non-docker
This commit is contained in:
parent
c53a815555
commit
cc9e5b1a56
|
@ -83,7 +83,7 @@ if [ -f "$DOCKER_CT_ENVS_FILE" ]; then
|
||||||
# shellcheck disable=SC2002
|
# shellcheck disable=SC2002
|
||||||
CT_DEPS="$(cat "$DOCKER_CT_ENVS_FILE" | xargs)"
|
CT_DEPS="$(cat "$DOCKER_CT_ENVS_FILE" | xargs)"
|
||||||
fi
|
fi
|
||||||
CT_DEPS="${ERLANG_CONTAINER} ${CT_DEPS}"
|
CT_DEPS="${ERLANG_CONTAINER} ${CT_DEPS:-}"
|
||||||
|
|
||||||
FILES=( )
|
FILES=( )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue