This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
drone-runner-podman/engine/linter/testdata/volume_restricted.yml
2019-11-08 12:20:50 -08:00

18 lines
200 B
YAML

---
kind: pipeline
type: docker
name: linux
steps:
- name: test
image: golang
commands:
- go build
- go test
volumes:
- name: vol
path: /run/drone/env
volumes:
- name: vol
temp: {}