how the hell?

This commit is contained in:
2023-10-24 17:18:35 +02:00
parent 31502766ab
commit 81993c9e38

View File

@@ -19,3 +19,20 @@ steps:
event:
- push
---
kind: pipeline
name: docker-test
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/docker.sock