testing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucas Pleß 2022-08-29 19:58:30 +02:00
parent 2c38e1e9a3
commit 10c59d810e
1 changed files with 8 additions and 1 deletions

View File

@ -4,4 +4,11 @@ type: docker
name: default
steps:
- name: Echo Foo
image: hello-world
image: hello-world
- name: Nur für citest_publish branch
image: alpine
commands:
- ls
when:
ref:
- refs/heads/citest_publish