diff options
-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 |