Merge pull request '[fix]:[20251208][drone 测试本地仓库构建]' (#56) from yinzy_dev into main
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
Reviewed-on: #56
This commit is contained in:
commit
f167105696
11
.drone.yml
11
.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user