yagcdn/.drone.yml
Valentin Brandl 38193b8681
Some checks failed
continuous-integration/drone/push Build is failing
Enable CI
2019-07-24 17:55:38 +02:00

16 lines
234 B
YAML

---
kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
ref:
- refs/heads/master
- refs/tags/v*
---
kind: signature
hmac: 1cc0785083f8c74e5fab2c191c65e6ca155a5fbd7b18a559f729b1426fb9511d
...