drone-yaml/yaml/linter/testdata/pipeline_volume_invalid_name.yml
2019-01-22 15:44:17 -08:00

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