testing
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2c38e1e9a3
commit
10c59d810e
|
@ -5,3 +5,10 @@ name: default
|
||||||
steps:
|
steps:
|
||||||
- name: Echo Foo
|
- 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
|
Loading…
Reference in New Issue