更新 .drone-hiking-datacenter.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
root 2025-01-26 15:15:23 +08:00
parent f8502225f5
commit 5a23307299

View File

@ -32,8 +32,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
- git fetch origin
- git reset --hard origin/master
- git clean -fd
- docker rm -f ludu-module-hiking:1.0.0
- docker rm -f ludu-module-datacenter:1.0.0
- docker rm -f ludu-module-hiking
- docker rm -f ludu-module-datacenter
- /root/apache-maven-3.9.4/bin/mvn package -Dmaven.test.skip=true