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