CI: Try utf-8 locale to workaround apkg issue
This commit is contained in:
parent
445d0e699f
commit
98ef34c0c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue