From 736694753944e09ea8a011fdcf62d4070f0f2bb9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 May 2017 14:30:14 +0200 Subject: CI: on build generate auth app migration --- Makefile.example | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.example b/Makefile.example index d1cec89de..6c263b257 100644 --- a/Makefile.example +++ b/Makefile.example @@ -51,6 +51,7 @@ coverage: clean archaeological_files_pdl" ./manage.py test $(apps) && coverage report build_gitlab: + cd $(project); $(PYTHON) ./manage.py makemigrations auth cd $(project); $(PYTHON) ./manage.py migrate test_gitlab: clean -- cgit v1.2.3