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
commite7359f6afb906e2620a38ff2c5f3ebacd7553fec (patch)
treeaf32a7fbb6301faf6e79d0f939986484ad7d5a09 /Makefile.example
parent736694753944e09ea8a011fdcf62d4070f0f2bb9 (diff)
downloadIshtar-e7359f6afb906e2620a38ff2c5f3ebacd7553fec.tar.bz2
Ishtar-e7359f6afb906e2620a38ff2c5f3ebacd7553fec.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