summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-23 12:09:06 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-23 12:09:06 +0200
commit01dacc332490e462fd7a1fa817b293a7398d2307 (patch)
treea1449e6e746aa7259e1e1b382ffab328241c9e60 /Makefile.example
parent1bc77cd9296733558b345b55496ca62859135306 (diff)
downloadIshtar-01dacc332490e462fd7a1fa817b293a7398d2307.tar.bz2
Ishtar-01dacc332490e462fd7a1fa817b293a7398d2307.zip
Adapt test_gitlab for stable
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example5
1 files changed, 0 insertions, 5 deletions
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)