drone-yaml/yaml/signer/testdata/missing_signature.yml

13 lines
116 B
YAML
Raw Normal View History

2019-01-22 23:44:17 +00:00
---
kind: pipeline
name: default
pipeline:
- name: build
image: golang
commands:
- go build
- go test
...