Compare commits

..

No commits in common. "8e78104fb51a5e7dcb1fe76ca3f9f30f756a56e4" and "f1671056966edbfebefec69c73ce109a8b1d4674" have entirely different histories.

View File

@ -144,20 +144,19 @@ 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/
@ -189,7 +188,7 @@ steps:
- vue-ui/dist.tgz
depends_on:
- frontend-build
# - debug_context
- debug_context
- name: docker_build
image: docker:latest