diff --git a/scripts/rel/cut.sh b/scripts/rel/cut.sh index d35176600..976a8fb78 100755 --- a/scripts/rel/cut.sh +++ b/scripts/rel/cut.sh @@ -53,7 +53,8 @@ case "$TAG" in e*) TAG_PREFIX='e' PROFILE='emqx-enterprise' - SKIP_APPUP='no' + #TODO change to no when we are ready to support hot-upgrade + SKIP_APPUP='yes' ;; -h|--help) usage