fix(CI): 尝试挂 docker.sock
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
7173c9e093
commit
5402ce1d34
|
|
@ -1,6 +1,10 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: deployment
|
name: deployment
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- name: check
|
- name: check
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
@ -24,6 +28,9 @@ steps:
|
||||||
HTTP_PROXY=http://192.168.31.254:7890
|
HTTP_PROXY=http://192.168.31.254:7890
|
||||||
HTTPS_PROXY=http://192.168.31.254:7890
|
HTTPS_PROXY=http://192.168.31.254:7890
|
||||||
custom_dns: 8.8.8.8
|
custom_dns: 8.8.8.8
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
#trigger:
|
#trigger:
|
||||||
# branch:
|
# branch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue