aoc/.woodpecker.yml

20 lines
497 B
YAML
Raw Normal View History

2022-12-03 22:12:46 -05:00
---
branches: main
pipeline:
main:
image: alpine:3
when:
event: push
branch: main
commands:
- apk add --no-cache python3 poetry just
2023-05-10 13:54:26 -04:00
# - echo "===== 2015 ====="
# - cd 2015
# - poetry install --no-interaction --no-root
# - just
# - cd ..
2022-12-03 22:12:46 -05:00
- echo "===== 2022 ====="
- cd 2022
- poetry install --no-interaction --no-root
- just