weblate-butterflysoup2/.woodpecker.yml

11 lines
291 B
YAML

pipeline:
build:
image: debian
commands:
- apt-get update
- apt-get install --no-install-recommends -y git ca-certificates gettext python3 libgl1 zip
- bash .po2tl.sh
volumes:
- /var/www/queer/build/${CI_REPO_NAME}:/var/www/queer/build/${CI_REPO_NAME}