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
commands:
- *path
- apk update
- apk add --no-cache gettext
- apk --update-cache add gettext
- cd pretalx_musicrate
- django-admin compilemessages
- cd ..
- python -m build
- name: publish