summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 11:48:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 11:48:52 +0200
commitd2cdcd095e5b1f6074638ea57c7022465f58fbbc (patch)
tree7fb4abbfe683f47af15ee9110347d80a26d642dd
parent5fad1212c642841218fc797009bdebc678ea81fd (diff)
downloadIshtar-d2cdcd095e5b1f6074638ea57c7022465f58fbbc.tar.bz2
Ishtar-d2cdcd095e5b1f6074638ea57c7022465f58fbbc.zip
CI: add debug for host
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3958c965..87856de9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ before_script:
- apt-get install -q -y python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev tidy
- pip install -q -r requirements.txt
- cp Makefile.example Makefile
+ - cat /etc/hosts
- cp example_project/local_settings.py.gitlab-ci example_project/local_settings.py
variables: