diff options
author | Gleb Popov <6yearold@gmail.com> | 2020-04-18 23:02:39 +0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-21 12:15:26 -0400 |
commit | b7a6b2f4c690a9711339462114a538a85dcb7d83 (patch) | |
tree | 84154a10c54a385ef78a06108841ff18225b12de /.gitlab-ci.yml | |
parent | edc2cc588add3f23b3650f15d3f495943f2c06f9 (diff) | |
download | haskell-b7a6b2f4c690a9711339462114a538a85dcb7d83.tar.gz |
gitlab-ci: Set locale to C.UTF-8.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2b5cc3b6c..bfa97897bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images - DOCKER_REV: 3f731f5d37a156e7ebe10cd32656946083baaf4a + DOCKER_REV: 6223fe0b5942f4fa35bdec92c74566cf195bfb42 # Sequential version number capturing the versions of all tools fetched by # .gitlab/ci.sh. |