From f892711da7e3809abcc68269eff270fa254fce53 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 4 Jul 2024 04:08:56 +0200 Subject: [PATCH] chore(gitlab-ci): add locale debugging prints to backend-dependencies contd --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c021f4ab8..aad4f815e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,8 +98,9 @@ backend dependencies: - .stack - .stack-work script: - - cat /etc/locale.conf - echo ${LC_ALL} ${LANG} + - cat /etc/default/locale + - cat /etc/locale.conf - make backend-dependencies before_script: *nix-before artifacts: