diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 11:34:27 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 11:34:27 +0200 | 
| commit | 5fad1212c642841218fc797009bdebc678ea81fd (patch) | |
| tree | e01b73ded4430f01f2cfa7792da8b4f3f3582ff8 | |
| parent | 799be5fd621a869c83630c210b9aef890996078e (diff) | |
| download | Ishtar-5fad1212c642841218fc797009bdebc678ea81fd.tar.bz2 Ishtar-5fad1212c642841218fc797009bdebc678ea81fd.zip  | |
CI: see syncdb output
| -rw-r--r-- | Makefile.example | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 0cf4216e8..4febeea65 100644 --- a/Makefile.example +++ b/Makefile.example @@ -49,7 +49,7 @@ test: clean  test_gitlab: clean  	# test migrations -	cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null +	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  | 
