From 31c3c820fd0eeca79ffa6e8f6d1cce7c4c486486 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 17 Dec 2023 00:01:10 +0100 Subject: [PATCH] ci: only compile messages in pretalx_musicrate/ --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d98fd23..7ddd0b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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