diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 21:06:52 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 21:06:52 +0200 | 
| commit | 50a4d552ef860b187c12a7a0701bf7848047ce27 (patch) | |
| tree | 7fbbc41f3721c7dbc2ff737f7bde5543b27f4c27 | |
| parent | 65154db012da293f1270aa849d38a94b7ea9b71d (diff) | |
| download | Ishtar-50a4d552ef860b187c12a7a0701bf7848047ce27.tar.bz2 Ishtar-50a4d552ef860b187c12a7a0701bf7848047ce27.zip | |
CI: refix migrate
| -rw-r--r-- | Makefile.example | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Makefile.example b/Makefile.example index d099fdeed..0cf4216e8 100644 --- a/Makefile.example +++ b/Makefile.example @@ -53,7 +53,8 @@ test_gitlab: clean  	# 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 +	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) | 
