From 10b785030de2a3599f1cfb26d31049c560a5fc55 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 20 Sep 2023 14:59:54 +0800 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d7e1796..18ea6fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/