fix: test0
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
fc5d7a7766
commit
b691c512e5
17
.drone.yml
17
.drone.yml
|
@ -1,10 +1,17 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: test
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: test
|
||||||
image: aplina
|
image: docker:dind
|
||||||
pull: if-not-exists
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run/
|
||||||
commands:
|
commands:
|
||||||
- ls -a
|
- docker ps -a
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
host:
|
||||||
|
path: /var/run/
|
||||||
|
|
Loading…
Reference in New Issue