citest_publish #5

Merged
lucas merged 15 commits from citest_publish into master 2022-08-29 20:25:24 +00:00
1 changed files with 8 additions and 1 deletions
Showing only changes of commit 10c59d810e - Show all commits

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