ci(scripts/ct/run.sh): fix undefined vars when runing ct for non-docker

This commit is contained in:
Zaiming (Stone) Shi 2022-11-30 14:01:26 +01:00
parent c53a815555
commit cc9e5b1a56
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if [ -f "$DOCKER_CT_ENVS_FILE" ]; then
# shellcheck disable=SC2002
CT_DEPS="$(cat "$DOCKER_CT_ENVS_FILE" | xargs)"
fi
CT_DEPS="${ERLANG_CONTAINER} ${CT_DEPS}"
CT_DEPS="${ERLANG_CONTAINER} ${CT_DEPS:-}"
FILES=( )