From 02740c701ef09b059b3594c29ac894c105b6d4f2 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Fri, 13 Sep 2024 11:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone-images.yml b/.drone-images.yml index 308bdc51b..d629534b0 100644 --- a/.drone-images.yml +++ b/.drone-images.yml @@ -21,7 +21,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 path: /app/build # 将应用打包好的Jar和执行脚本挂载出来 commands: # 定义在Docker容器中执行的shell命令 - - mvn package -Dmaven.test.skip=true -Dmaven.repo.remote=http://maven.aliyun.com/nexus/content/groups/public/,http://maven.aliyun.com/nexus/content/repositories/central/,http://repo2.maven.org/maven2/ # 应用打包命令 + - mvn clean package -Dmaven.test.skip=true -Dmaven.repo.remote=http://maven.aliyun.com/nexus/content/groups/public/,http://maven.aliyun.com/nexus/content/repositories/central/,http://repo2.maven.org/maven2/ # 应用打包命令 - | if [ "${service}" = "gateway" ] || [ "${service}" = "all" ]; then cp ./yudao-gateway/target/yudao-gateway.jar /app/build/yudao-gateway/target