[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
|
else
|
||||||
echo "⚠️ No JAR file found to backup"
|
echo "⚠️ No JAR file found to backup"
|
||||||
fi
|
fi
|
||||||
|
#
|
||||||
- name: debug_context
|
# - name: debug_context
|
||||||
image: alpine
|
# image: alpine
|
||||||
commands:
|
# commands:
|
||||||
- pwd
|
# - pwd
|
||||||
- ls -R .
|
# - ls -R .
|
||||||
depends_on:
|
# depends_on:
|
||||||
- frontend-build
|
# - frontend-build
|
||||||
|
|
||||||
- name: frontend_docker_build
|
- name: frontend_docker_build
|
||||||
image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:docker-latest
|
image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:docker-latest
|
||||||
pull: false
|
pull: false
|
||||||
settings:
|
settings:
|
||||||
|
daemon_off: false # 👈 必须启用 DinD 才能让 extra_files 生效
|
||||||
volumes:
|
volumes:
|
||||||
- name: certs
|
- name: certs
|
||||||
path: /etc/docker/certs.d/docker-registry.local:36000/
|
path: /etc/docker/certs.d/docker-registry.local:36000/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user