initial commit
This commit is contained in:
commit
fae9270ffe
6 changed files with 175 additions and 0 deletions
19
.woodpecker/.test.yaml
Normal file
19
.woodpecker/.test.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
steps:
|
||||
- name: Test image (prod)
|
||||
image: ${REGISTRY_URL}/${CI_REPO}:${CI_PIPELINE_NUMBER}
|
||||
commands:
|
||||
- echo test
|
||||
when:
|
||||
- branch: main
|
||||
event: [push, manual]
|
||||
- name: Test image
|
||||
image: ${REGISTRY_URL}/${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