mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 17:23:44 +02:00
10 lines
172 B
YAML
10 lines
172 B
YAML
steps:
|
|
- name: eowyn
|
|
image: ziglings/ziglang:latest
|
|
pull: true
|
|
commands:
|
|
- sh ./patches/eowyn.sh
|
|
when:
|
|
event: [push, cron]
|
|
cron: daily*
|