chore(buildx.sh): set bash -x option after help message

This commit is contained in:
Zaiming (Stone) Shi 2022-02-10 12:07:15 +01:00
parent 7363e6b1fd
commit 525bf47618
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,6 @@
## ./scripts/buildx.sh --profile emqx --pkgtype tgz --arch arm64 --builder ghcr.io/emqx/emqx-builder/4.4-4:24.1.5-3-debian10
set -euo pipefail
set -x
help() {
echo
@ -91,6 +90,8 @@ if [ -z "${PROFILE:-}" ] ||
exit 1
fi
set -x
if [ -z "${WITH_ELIXIR:-}" ]; then
WITH_ELIXIR=no
fi