chore: disable hot-upgrade for now
This commit is contained in:
parent
1716a5da99
commit
941216b6d0
|
@ -53,7 +53,8 @@ case "$TAG" in
|
||||||
e*)
|
e*)
|
||||||
TAG_PREFIX='e'
|
TAG_PREFIX='e'
|
||||||
PROFILE='emqx-enterprise'
|
PROFILE='emqx-enterprise'
|
||||||
SKIP_APPUP='no'
|
#TODO change to no when we are ready to support hot-upgrade
|
||||||
|
SKIP_APPUP='yes'
|
||||||
;;
|
;;
|
||||||
-h|--help)
|
-h|--help)
|
||||||
usage
|
usage
|
||||||
|
|
Loading…
Reference in New Issue