feat(cli): 增加check模块的脚本生生成

This commit is contained in:
v-zhangjc9
2024-05-16 12:22:16 +08:00
parent 9915da5018
commit 20e3fdae87
4 changed files with 37 additions and 7 deletions

View File

@@ -9,12 +9,16 @@ curl ftp://yyy:QeY\!68\)4nH1@132.121.122.15:2222/service-cli-runner-1.0.0-SNAPSH
${jdk_path} -jar ${jars_path}/service-cli-runner.jar \
--spring.profiles.active=b12 \
--deploy.generate.command=true \
--deploy.generate.command-pro=true \
--deploy.generate.uploader=true \
--deploy.generate.update-jar=true \
$arguments
chmod +x check/*.sh
chmod +x cloud/*.sh
chmod +x command/cli*
chmod +x command/*.sh
chmod +x command-pro/cli*
chmod +x command-pro/*.sh
chmod +x uploader/*.sh
chmod +x *.sh