chore(CI): fix env error for test wrokflows

This commit is contained in:
zhanghongtong 2021-09-03 14:26:32 +08:00 committed by Rory Z
parent 5f94b8e1ff
commit cff15dfc44
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export EMQX_LOG__FILE_HANDLERS__DEFAULT__LEVEL=debug
EOF EOF
## for ARM, due to CI env issue, skip start of quic listener for the moment ## for ARM, due to CI env issue, skip start of quic listener for the moment
[[ $(arch) == *arm* || $(arch) == aarch64 ]] && tee -a "$emqx_env_vars" <<EOF [[ $(arch) == *arm* || $(arch) == aarch64 ]] && tee -a "$emqx_env_vars" <<EOF
export EMQX_ZONES__DEFAULT__LISTENERS__MQTT_QUIC__ENABLED=false export EMQX_LISTENERS__QUIC__DEFAULT__ENABLED=false
EOF EOF
else else
echo "Error: cannot locate emqx_vars" echo "Error: cannot locate emqx_vars"