yagcdn/.drone.yml

16 lines
234 B
YAML
Raw Normal View History

2019-07-24 17:55:38 +02:00
---
kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
ref:
- refs/heads/master
- refs/tags/v*
---
kind: signature
hmac: 1cc0785083f8c74e5fab2c191c65e6ca155a5fbd7b18a559f729b1426fb9511d
...