diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-16 15:48:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-16 15:48:12 +0200 |
commit | 4b43d6a39892036d656693a14a7ebdf7df402317 (patch) | |
tree | 9509b2917a2d11200e490ccff0a3b31a8eb71f7d | |
parent | 252d44a0d5bef2fe9f74c1482a5ee9579de03bcb (diff) | |
download | Chimère-4b43d6a39892036d656693a14a7ebdf7df402317.tar.bz2 Chimère-4b43d6a39892036d656693a14a7ebdf7df402317.zip |
Ci: locales again...
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae89f7e..37b8ead 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,6 @@ before_script: - apt-get update - apt-get install -q -y locales-all python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev python-pyexiv2 python-gdal - - echo "locales locales/default_environment_locale select fr_FR.UTF-8" | debconf-set-selections - - dpkg-reconfigure -fnoninteractive locales - pip install -q -r requirements.txt - cp Makefile.example Makefile - cp chimere_example_project/local_settings.py.gitlab-ci chimere_example_project/local_settings.py |