Browse Source

wms8-demo

master
lizw 4 years ago
parent
commit
1e3bf5a37e
  1. 2
      wms8-demo/deploy.sh

2
wms8-demo/deploy.sh

@ -104,7 +104,7 @@ buildCode() {
echo -e "$echoPrefix cd $codePath $echoSuffix" echo -e "$echoPrefix cd $codePath $echoSuffix"
cd $codePath cd $codePath
echo -e "$echoPrefix gradle build -x test $echoSuffix" echo -e "$echoPrefix gradle build -x test $echoSuffix"
gradle build -x test /home/dev/gradle-6.8.3/bin/gradle build -x test
echo "" echo ""
} }

Loading…
Cancel
Save