ctdo-Satzung/.drone.yml

14 lines
235 B
YAML
Raw Normal View History

2022-08-29 17:30:41 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: Echo Foo
2022-08-29 17:58:30 +00:00
image: hello-world
- name: Nur für citest_publish branch
image: alpine
commands:
- ls
when:
ref:
- refs/heads/citest_publish