ctdo-Satzung/.drone.yml

14 lines
235 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: Echo Foo
image: hello-world
- name: Nur für citest_publish branch
image: alpine
commands:
- ls
when:
ref:
- refs/heads/citest_publish