diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 18:59:55 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 18:59:55 +0200 |
| commit | 445b1febb40ff426f029cc69136737536ed3bbeb (patch) | |
| tree | 35286d25b7f35e225c9708b0d9deb4f10f32c8d7 | |
| parent | 746f57a753b65982db5eb40efe9d49bda27bf7b3 (diff) | |
| download | Ishtar-445b1febb40ff426f029cc69136737536ed3bbeb.tar.bz2 Ishtar-445b1febb40ff426f029cc69136737536ed3bbeb.zip | |
CI: fix DB settings for prepare instance
| -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 7a5476081..730c3c5c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ debian: - 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 locales-all - - INSTANCE=my_ishtar URL=localhost ishtar-prepare-instance + - INSTANCE=my_ishtar URL=localhost DB_HOST=iggdrasil-postgis-1.5 DB_PASSWORD=gis DB_NAME=gis ishtar-prepare-instance - dpkg -i python-django-ishtar_*.deb only: - wheezy |
