diff options
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 |
commit | ba588e828831cdfd8c6acd49da1bd55968df39c3 (patch) | |
tree | 7fb4abbfe683f47af15ee9110347d80a26d642dd | |
parent | ba0e0927e14a491f45d6ec86f42eb83c8c60a711 (diff) | |
download | Ishtar-ba588e828831cdfd8c6acd49da1bd55968df39c3.tar.bz2 Ishtar-ba588e828831cdfd8c6acd49da1bd55968df39c3.zip |
CI: add debug for host
-rw-r--r-- | .gitlab-ci.yml | 1 |
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: |