From fe898772278cc606f50d292b1ef8b02dba5b0c82 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 May 2017 14:44:52 +0200 Subject: CI: try to remove auth migration dependency --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 6c263b257..6d8214b3d 100644 --- a/Makefile.example +++ b/Makefile.example @@ -51,7 +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 makemigrations auth -n ishtar_profile cd $(project); $(PYTHON) ./manage.py migrate test_gitlab: clean -- cgit v1.2.3