[fix]:[20251208][drone 测试本地仓库构建]
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
fa8c144290
commit
bac64704f7
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