summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-01 14:44:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-01 14:44:52 +0200
commitfe898772278cc606f50d292b1ef8b02dba5b0c82 (patch)
treeaf32a7fbb6301faf6e79d0f939986484ad7d5a09 /Makefile.example
parent7994e8c7998fc9c8958d456527453a69f988c3e3 (diff)
downloadIshtar-fe898772278cc606f50d292b1ef8b02dba5b0c82.tar.bz2
Ishtar-fe898772278cc606f50d292b1ef8b02dba5b0c82.zip
CI: try to remove auth migration dependency
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
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