From 6b45e67981d9ee4febf8fab3bca8764e9202cba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Tue, 24 Sep 2024 11:28:08 -0400 Subject: [PATCH] try to generate locales correctly again --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6971b9f7..99eaa72d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ mdlint: - job: find-files artifacts: true script: + - echo en_US.UTF-8 UTF-8 > /etc/locale.gen - apt update && apt install -yy markdownlint locales - | echo "working on files: $(cat changed-files.txt)" @@ -83,6 +84,7 @@ mdlintall: - job: find-files artifacts: true script: + - echo en_US.UTF-8 UTF-8 > /etc/locale.gen - apt update && apt install -yy markdownlint locales - echo 'this is important to get the return value of mdl, not grep' - set -o pipefail -- GitLab