Browse Source

test

master
unknown 1 year ago
parent
commit
10b785030d
  1. 2
      .drone.yml

2
.drone.yml

@ -12,7 +12,7 @@ steps: @@ -12,7 +12,7 @@ steps:
path: /mnt/app/build # 将应用打包好的Jar和执行脚本挂载出来
commands: # 定义在Docker容器中执行的shell命令
- mvn clean package -DskipTests=true # 应用打包命
- cp target/coreqi.jar /mnt/app/build/coreqi.jar
- cp target/drone-demo.jar /mnt/app/build/drone-demo.jar
- cp entrypoint.sh /mnt/app/build/
- cp Dockerfile /mnt/app/build/
- cp run.sh /mnt/app/build/

Loading…
Cancel
Save