From baa1820b0fa0de57b4c52a053acafc45074a5f5a Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 22 Jun 2017 15:50:08 +0000 Subject: .gitlab-ci.yml: Work around locale issue This is a Fedora / Python issue: https://github.com/fedora-cloud/docker-brew-fedora/issues/14 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a01467f..c46bcd49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ stages: build-build-system: stage: build script: - - bst build systems/build-system-content.bst + - LANG=C.UTF-8 LC_ALL=C.UTF-8 bst build systems/build-system-content.bst -- cgit v1.2.1