diff options
Diffstat (limited to 'Makefile.example')
| -rw-r--r-- | Makefile.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.example b/Makefile.example index 7157efc37..89cae31a1 100644 --- a/Makefile.example +++ b/Makefile.example @@ -55,11 +55,6 @@ coverage: 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) |
