summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-23 14:39:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-23 14:39:44 +0200
commit215fd7c4a4e0e872e8eb68acda6564829bfba244 (patch)
tree817fc00fc4a05708d6986ae58771dc4a93862871
parent2fdde26aaf67256f8962d31e689cc1bc9456a3e8 (diff)
downloadIshtar-215fd7c4a4e0e872e8eb68acda6564829bfba244.tar.bz2
Ishtar-215fd7c4a4e0e872e8eb68acda6564829bfba244.zip
CI Debian: install locales-all to prevent error on postgresql database init
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee71837eb..7a5476081 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ debian:
- wget -O /etc/apt/sources.list.d/iggdrasil.list http://deb.iggdrasil.net/dists/wheezy/iggdrasil.list
- wget -O - http://deb.iggdrasil.net/contact@iggdrasil.net.gpg.key | apt-key add -
- apt-get update
- - apt-get install -q -y --force-yes python-django-ishtar
+ - apt-get install -q -y --force-yes python-django-ishtar locales-all
- INSTANCE=my_ishtar URL=localhost ishtar-prepare-instance
- dpkg -i python-django-ishtar_*.deb
only: