Skip to content
Snippets Groups Projects
Commit 1b28a4d7 authored by Georg Krause's avatar Georg Krause Committed by Georg Krause
Browse files

fix: Make sure gettext is available in CI

parent 56cc480f
No related branches found
No related tags found
1 merge request!85feat: Only include fully translated languages
Pipeline #32298 failed
...@@ -71,7 +71,7 @@ review: ...@@ -71,7 +71,7 @@ review:
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
before_script: before_script:
- apt-get update && apt-get install -y make git - apt-get update && apt-get install -y make git gettext
- pip install poetry - pip install poetry
- poetry install - poetry install
script: script:
...@@ -95,6 +95,8 @@ deploy: ...@@ -95,6 +95,8 @@ deploy:
extends: .ssh-agent extends: .ssh-agent
stage: deploy stage: deploy
image: registry.funkwhale.audio/funkwhale/ci/python:3.11 image: registry.funkwhale.audio/funkwhale/ci/python:3.11
before_script:
- apt-get update && apt-get install -y gettext
script: script:
- git submodule update --init --recursive - git submodule update --init --recursive
- poetry install - poetry install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment