Skip to content

Commit

Permalink
🔨 调整 deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Aug 1, 2024
1 parent 4d46582 commit 304fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 304fcf0

Please sign in to comment.