summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
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
commitba588e828831cdfd8c6acd49da1bd55968df39c3 (patch)
tree7fb4abbfe683f47af15ee9110347d80a26d642dd /.gitlab-ci.yml
parentba0e0927e14a491f45d6ec86f42eb83c8c60a711 (diff)
downloadIshtar-ba588e828831cdfd8c6acd49da1bd55968df39c3.tar.bz2
Ishtar-ba588e828831cdfd8c6acd49da1bd55968df39c3.zip
CI: add debug for host
Diffstat (limited to '.gitlab-ci.yml')
-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: