From bac64704f78f43e4f566a37de2d2fdb591cfd978 Mon Sep 17 00:00:00 2001 From: kale Date: Wed, 10 Dec 2025 09:33:15 -0500 Subject: [PATCH] =?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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 47dbf57..664dfb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -145,6 +145,14 @@ steps: echo "⚠️ No JAR file found to backup" fi + - 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 @@ -178,6 +186,9 @@ steps: # 如果你需要把 dist.tgz 复制给 build extra_files: - vue-ui/dist.tgz + depends_on: + - frontend-build + - debug_context - name: docker_build image: docker:latest