diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-04-25 19:52:19 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-19 17:22:12 +0200 |
commit | 98ef34c0c77d49d766def88f263dab0e91817288 (patch) | |
tree | 49e484d01b7cd7e3c20c4f56e9fe3bd468675f9c | |
parent | 445d0e699f2b98e5a892c812af9f021671920c1b (diff) |
CI: Try utf-8 locale to workaround apkg issue
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |