From: Ondrej Zajicek (work) Date: Sun, 25 Apr 2021 17:52:19 +0000 (+0200) Subject: CI: Try utf-8 locale to workaround apkg issue X-Git-Tag: v2.0.9~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ef34c0c77d49d766def88f263dab0e91817288;p=thirdparty%2Fbird.git CI: Try utf-8 locale to workaround apkg issue --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 344ed80a4..d7313605f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: DEBIAN_FRONTEND: noninteractive - LC_ALL: C + LC_ALL: C.UTF-8 GIT_STRATEGY: fetch DOCKER_CMD: docker --config="$HOME/.docker/$CI_JOB_ID/" IMG_BASE: registry.labs.nic.cz/labs/bird