drone-yaml/yaml/pretty/testdata/pipeline_image_pull_secrets.yml.golden

19 lines
171 B
Plaintext
Raw Normal View History

2019-02-22 02:10:27 +01:00
---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
image: golang
commands:
- go build
image_pull_secrets:
- dockerhub
...