ci: only compile messages in pretalx_musicrate/
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2023-12-17 00:01:10 +01:00
parent b6d35d152c
commit 31c3c820fd
1 changed files with 3 additions and 2 deletions

View File

@ -31,9 +31,10 @@ steps:
image: python:3.11-alpine image: python:3.11-alpine
commands: commands:
- *path - *path
- apk update - apk --update-cache add gettext
- apk add --no-cache gettext - cd pretalx_musicrate
- django-admin compilemessages - django-admin compilemessages
- cd ..
- python -m build - python -m build
- name: publish - name: publish