drone-yaml/yaml/linter/testdata/pipeline_volume_invalid_nam...

14 lines
172 B
YAML

---
kind: pipeline
name: linux
steps:
- name: test
image: docker
volumes:
- name: _docker_socket
path: /var/run/docker.sock
commands:
- docker system prune