From 05f4fc2c5031264eff97d13c40b0bbc55849ee18 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 4 Oct 2017 17:12:51 +0100 Subject: .gitlab-ci.yml: Remove LANG and LC_ALL These are still needed, but are set correctly in the Docker image now so we don't need to repeat them here. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06d66dc7..b4576663 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,6 @@ cache: - "/cache/buildstream/sources/" before_script: - # Work around https://github.com/fedora-cloud/docker-brew-fedora/issues/14 - - export LANG="C.UTF-8" - - export LC_ALL="C.UTF-8" - # Update to latest BuildStream - | cd ~/buildstream -- cgit v1.2.1