drone-yaml/yaml/linter/testdata/pipeline_volume_invalid_name.yml

14 lines
172 B
YAML
Raw Permalink Normal View History

2019-01-23 00:44:17 +01:00
---
kind: pipeline
name: linux
steps:
- name: test
image: docker
volumes:
- name: _docker_socket
path: /var/run/docker.sock
commands:
- docker system prune