drone-yaml/yaml/pretty/testdata/pipeline_push.yml.golden
2019-01-22 15:44:17 -08:00

14 lines
130 B
Plaintext

---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: test_build
push: octocat/hello-world
...