summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-22 15:50:08 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-22 15:50:08 +0000
commitbaa1820b0fa0de57b4c52a053acafc45074a5f5a (patch)
tree9daec6de8be6f8e508092fee1ab66ce42fc4920b
parent4c20b5f56b60d10af9ba77ddec26c818e6e46140 (diff)
downloaddefinitions-baa1820b0fa0de57b4c52a053acafc45074a5f5a.tar.gz
.gitlab-ci.yml: Work around locale issue
This is a Fedora / Python issue: https://github.com/fedora-cloud/docker-brew-fedora/issues/14
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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