initial commit
This commit is contained in:
commit
69a2511237
6 changed files with 181 additions and 0 deletions
22
.woodpecker/.test.yaml
Normal file
22
.woodpecker/.test.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
skip_clone: true
|
||||
labels:
|
||||
backend: docker
|
||||
steps:
|
||||
- name: Test image (prod)
|
||||
image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER}
|
||||
commands:
|
||||
- echo test
|
||||
when:
|
||||
- branch: main
|
||||
event: [push, manual]
|
||||
- name: Test image
|
||||
image: git.ar21.de/${CI_REPO}:testing-${CI_PIPELINE_NUMBER}
|
||||
commands:
|
||||
- echo test
|
||||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
event: [push, manual]
|
||||
depends_on:
|
||||
- lint
|
||||
- build
|
Loading…
Add table
Add a link
Reference in a new issue