From 304fcf0e57dce79233ffe1282ce9d069e2ac1248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E6=A2=A6?= <1101766085@qq.com> Date: Thu, 1 Aug 2024 12:51:54 +0800 Subject: [PATCH] =?UTF-8?q?:hammer:=20=E8=B0=83=E6=95=B4=20deploy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 30a9bb84..9bdc6380 100755 --- a/deploy.sh +++ b/deploy.sh @@ -28,7 +28,7 @@ modules="$modules starter/mica-mqtt-server-jfinal-plugin" printf "modules [%s] \n" "$modules" ## 5. deploy -if [ "$profile" == "snapshot" ]; then +if [ "$profile" = "snapshot" ]; then mvn clean package deploy -P!develop,snapshot -pl "$modules" else mvn clean package deploy -Prelease -pl "$modules"