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

12 lines
135 B
YAML
Raw Normal View History

2019-02-22 02:10:27 +01:00
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
image_pull_secrets:
- dockerhub