From 941216b6d0f02afbfd065c53330710fc26198ec5 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 18 Jan 2023 17:25:05 +0100 Subject: [PATCH] chore: disable hot-upgrade for now --- scripts/rel/cut.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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