citest_publish #5
|
@ -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