.woodpecker/1-build-template.yml hinzugefügt
This commit is contained in:
parent
8b6dd354a9
commit
28aabde0d9
1 changed files with 9 additions and 0 deletions
9
.woodpecker/1-build-template.yml
Normal file
9
.woodpecker/1-build-template.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
when:
|
||||||
|
- event: push, cron
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Teamplate 1
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- echo "test"
|
Loading…
Add table
Reference in a new issue