Compare commits

..

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

View File

@ -145,14 +145,6 @@ 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
@ -186,9 +178,6 @@ steps:
# 如果你需要把 dist.tgz 复制给 build
extra_files:
- vue-ui/dist.tgz
depends_on:
- frontend-build
- debug_context
- name: docker_build
image: docker:latest