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

13 lines
116 B
YAML
Raw Normal View History

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