[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
f167105696
commit
b6d4197d1f
17
.drone.yml
17
.drone.yml
@ -144,19 +144,20 @@ 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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user