构建修改
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
XinWei 2024-08-28 11:52:22 +08:00
parent f755da2f46
commit 7555975b66

View File

@ -101,7 +101,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
- cd /root/ludu-cloud
- git pull origin master
- rm -f ludu-module-datacenter/ludu-module-datacenter-biz/src/main/java/cn/iocoder/yudao/module/datacenter/framework/nacos/config/BeanInit.java
- mvn package -Dmaven.test.skip=true
- /root/apache-maven-3.9.4/bin/mvn clean package -Dmaven.test.skip=true
- port=48092 # 指定端口号
- pid=$(lsof -t -i:$port) # 获取占用指定端口的进程号
- if [[ -n "$pid" ]]; then