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

12 lines
126 B
YAML

---
kind: pipeline
name: linux
steps:
- name: test
image: golang
commands:
- go build
- go test
network_mode: host