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
|
||||
type: docker
|
||||
name: default
|
||||
type: kubernetes
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/
|
||||
- name: build
|
||||
image: aplina
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- ls -a
|
||||
- docker ps -a
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/
|
||||
|
|
Loading…
Reference in New Issue