From b6d4197d1fdb6e831e277d3d4e70fbca2007cce7 Mon Sep 17 00:00:00 2001 From: kale Date: Wed, 10 Dec 2025 09:40:39 -0500 Subject: [PATCH 1/2] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=BB=93=E5=BA=93=E6=9E=84=E5=BB=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 664dfb1..6fafd68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -144,19 +144,20 @@ steps: else echo "⚠️ No JAR file found to backup" fi - - - name: debug_context - image: alpine - commands: - - pwd - - ls -R . - depends_on: - - frontend-build +# +# - name: debug_context +# image: alpine +# commands: +# - pwd +# - ls -R . +# depends_on: +# - frontend-build - name: frontend_docker_build image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:docker-latest pull: false settings: + daemon_off: false # 👈 必须启用 DinD 才能让 extra_files 生效 volumes: - name: certs path: /etc/docker/certs.d/docker-registry.local:36000/ -- 2.47.2 From 1da65bf24f91dbf77ad645eeaa44288a158d578a Mon Sep 17 00:00:00 2001 From: kale Date: Wed, 10 Dec 2025 09:42:04 -0500 Subject: [PATCH 2/2] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=BB=93=E5=BA=93=E6=9E=84=E5=BB=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6fafd68..2b1a2c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -189,7 +189,7 @@ steps: - vue-ui/dist.tgz depends_on: - frontend-build - - debug_context +# - debug_context - name: docker_build image: docker:latest -- 2.47.2