Fixed woodpecker warnings

This commit is contained in:
Chris Boesch 2024-04-10 22:56:33 +02:00
parent 72e3d6ebdc
commit f4f8eb7ff1
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668
2 changed files with 8 additions and 8 deletions

8
.woodpecker/eowyn.yaml Normal file
View file

@ -0,0 +1,8 @@
steps:
- name: eowyn
image: ziglings/ziglang
commands:
- sh ./patches/eowyn.sh
when:
event: [push, cron]
cron: daily*

View file

@ -1,8 +0,0 @@
steps:
eowyn:
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [ push, cron ]