weblate-butterflysoup2/.woodpecker.yml

11 lines
291 B
YAML
Raw Normal View History

2023-01-26 19:40:03 +00:00
pipeline:
build:
image: debian
commands:
- apt-get update
- apt-get install --no-install-recommends -y git ca-certificates gettext python3 libgl1 zip
2023-01-31 13:23:39 +00:00
- bash .po2tl.sh
2023-01-26 19:40:03 +00:00
volumes:
- /var/www/queer/build/${CI_REPO_NAME}:/var/www/queer/build/${CI_REPO_NAME}