From 3e76f7aecf1cdaa1872856afc76cbaca86f49657 Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Sat, 7 Oct 2023 13:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI=EF=BC=8C=E5=8F=91=E5=B8=83?= =?UTF-8?q?springboot=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8f28698..43f7e3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,6 @@ steps: # 定义管道的执行步骤 - cp entrypoint.sh /app/build/ - cp Dockerfile /app/build/ - cp run.sh /app/build/ - - name: build-docker image: plugins/docker volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置