aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2021-04-25 19:52:19 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-05-19 17:22:12 +0200
commit98ef34c0c77d49d766def88f263dab0e91817288 (patch)
tree49e484d01b7cd7e3c20c4f56e9fe3bd468675f9c /.gitlab-ci.yml
parent445d0e699f2b98e5a892c812af9f021671920c1b (diff)
downloadbird-98ef34c0c77d49d766def88f263dab0e91817288.tar.gz
CI: Try utf-8 locale to workaround apkg issue
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 344ed80a..d7313605 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