Verified Commit 6b45e679 authored by anarcat's avatar anarcat
Browse files

try to generate locales correctly again

parent 5bb412df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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