summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 14:21:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 14:21:33 +0200
commitb808edb71c5848d318c104f91aa6bb9efdd3a1d4 (patch)
treecb93253a5d0632058b78772b6274dc3b3f78b7b2 /Makefile.example
parent53380d7862040c5155afc6ba2f444fda20558e62 (diff)
downloadIshtar-b808edb71c5848d318c104f91aa6bb9efdd3a1d4.tar.bz2
Ishtar-b808edb71c5848d318c104f91aa6bb9efdd3a1d4.zip
CI: specific conf for CI - fix DB host
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index cbcbbf069..586055e90 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -48,7 +48,6 @@ test: clean
cd $(project); $(PYTHON) manage.py test $(apps)
test_gitlab: clean
- cat /etc/hosts;
cd $(project); $(PYTHON) manage.py test $(apps)
pep8: