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/pipeline_extra_hosts.yml
Brad Rydzewski 241df7a44b hook up linter
2019-10-16 23:47:18 -07:00

15 lines
193 B
YAML

---
kind: pipeline
type: docker
name: linux
steps:
- name: test
image: golang
commands:
- go build
- go test
extra_hosts:
- "somehost:162.242.195.82"
- "otherhost:50.31.209.229"