diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 20:51:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 20:51:55 +0200 |
commit | 968f295721bc726ff0b4f109ad49df0358ca2d2c (patch) | |
tree | 1c4b2c3925d8fc87365cc3713801c72789e33829 | |
parent | ec6c148d41c2afc76fc2bf3841c2ff9f223dc46f (diff) | |
download | Ishtar-968f295721bc726ff0b4f109ad49df0358ca2d2c.tar.bz2 Ishtar-968f295721bc726ff0b4f109ad49df0358ca2d2c.zip |
CI: fix migration order
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index e1f0141bb..b64200749 100644 --- a/Makefile.example +++ b/Makefile.example @@ -52,6 +52,7 @@ test_gitlab: clean cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null # only necessary on master cd $(project); $(PYTHON) ./manage.py migrate ishtar_common + cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0051 cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations cd $(project); $(PYTHON) ./manage.py migrate cd $(project); $(PYTHON) manage.py test $(apps) |