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 | ba0e0927e14a491f45d6ec86f42eb83c8c60a711 (patch) | |
tree | e01b73ded4430f01f2cfa7792da8b4f3f3582ff8 | |
parent | 32f081f12325b519e6a77182cb3073970647538c (diff) | |
download | Ishtar-ba0e0927e14a491f45d6ec86f42eb83c8c60a711.tar.bz2 Ishtar-ba0e0927e14a491f45d6ec86f42eb83c8c60a711.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 |