chore: disable hot-upgrade for now
This commit is contained in:
parent
1716a5da99
commit
941216b6d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue