mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
8 lines
148 B
YAML
8 lines
148 B
YAML
steps:
|
|
eowyn:
|
|
image: ziglings/ziglang:latest
|
|
pull: true
|
|
commands:
|
|
- sh ./patches/eowyn.sh
|
|
when:
|
|
event: [ push, cron ]
|