mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
9 lines
148 B
YAML
9 lines
148 B
YAML
steps:
|
|
eowyn:
|
|
image: ziglings/ziglang:latest
|
|
pull: true
|
|
commands:
|
|
- sh ./patches/eowyn.sh
|
|
when:
|
|
event: [ push, cron ]
|