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

develop
Unshift 2024-11-22 16:26:17 +08:00
parent 243cc1e909
commit 9c3bd64367
1 changed files with 5 additions and 13 deletions

View File

@ -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/