fix: test0
continuous-integration/drone/push Build was killed Details

develop
Unshift 2024-11-22 16:20:05 +08:00
parent fc5d7a7766
commit b691c512e5
1 changed files with 12 additions and 5 deletions

View File

@ -1,10 +1,17 @@
kind: pipeline
type: kubernetes
name: test
name: default
steps:
- name: build
image: aplina
pull: if-not-exists
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/
commands:
- ls -a
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/