From 25152ff0d5dd544a36c38b975b0891f653691c64 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 26 Jun 2017 11:56:09 +0000 Subject: .gitlab-ci.yml: Another attempt to get it to work --- .gitlab-ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7caa384d..83c187f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,10 +10,21 @@ before_script: - pip3 install . - cd - + # Diagnostics + - mount + - df -h + + # Work around https://github.com/fedora-cloud/docker-brew-fedora/issues/14 + - export LANG="C.UTF-8" + - export LC_ALL="C.UTF-8" + + # Store cache in the shared Docker volume + - export XDG_CACHE_HOME=/cache + stages: - build build-build-system: stage: build script: - - LANG=C.UTF-8 LC_ALL=C.UTF-8 bst build systems/build-system-content.bst + - bst build systems/build-system-content.bst -- cgit v1.2.1