From ec6c148d41c2afc76fc2bf3841c2ff9f223dc46f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 20:45:42 +0200 Subject: CI: remove debug instructions --- Makefile.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index a6a4d523d..e1f0141bb 100644 --- a/Makefile.example +++ b/Makefile.example @@ -51,9 +51,9 @@ test_gitlab: clean # test migrations cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null # only necessary on master - cd $(project); $(PYTHON) ./manage.py migrate ishtar_common 2> /dev/null > /dev/null - cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations 2> /dev/null > /dev/null - cd $(project); $(PYTHON) ./manage.py migrate 2> /dev/null > /dev/null + cd $(project); $(PYTHON) ./manage.py migrate ishtar_common + cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations + cd $(project); $(PYTHON) ./manage.py migrate cd $(project); $(PYTHON) manage.py test $(apps) pep8: -- cgit v1.2.3