weblate-butterflysoup2/.woodpecker.yml

11 lines
249 B
YAML
Raw Permalink Normal View History

2024-01-24 02:07:05 +00:00
steps:
2023-01-26 19:40:03 +00:00
build:
image: debian
commands:
- apt-get update
2023-09-12 15:03:26 +00:00
- apt-get install --no-install-recommends -y gettext
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}