summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-04 17:12:51 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-04 17:13:00 +0100
commit05f4fc2c5031264eff97d13c40b0bbc55849ee18 (patch)
tree288565769d60de1e01eac24597855b140d52633c
parentf4c45c1d998ce36e83dfdee08c4824566e87cb98 (diff)
downloaddefinitions-05f4fc2c5031264eff97d13c40b0bbc55849ee18.tar.gz
.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.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 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