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_port_host.yml
2023-10-04 23:19:30 -05:00

19 lines
205 B
YAML

---
kind: pipeline
type: podman
name: linux
steps:
- name: database
image: redis
detach: true
ports:
- port: 6379
host: 6379
- name: test
image: golang
commands:
- go build
- go test