From 01dacc332490e462fd7a1fa817b293a7398d2307 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 23 Aug 2016 12:09:06 +0200 Subject: Adapt test_gitlab for stable --- Makefile.example | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 4febeea65..3fb45c1b6 100644 --- a/Makefile.example +++ b/Makefile.example @@ -50,11 +50,6 @@ test: clean test_gitlab: clean # test migrations cd $(project); $(PYTHON) ./manage.py syncdb --noinput - # only necessary on master - cd $(project); $(PYTHON) ./manage.py migrate ishtar_common - cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0013 - cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations 0040 - cd $(project); $(PYTHON) ./manage.py migrate archaeological_files cd $(project); $(PYTHON) ./manage.py migrate cd $(project); $(PYTHON) manage.py test $(apps) -- cgit v1.2.3