summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 35b26afc4..d1cec89de 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -51,7 +51,6 @@ coverage: clean
archaeological_files_pdl" ./manage.py test $(apps) && coverage report
build_gitlab:
- cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null
cd $(project); $(PYTHON) ./manage.py migrate
test_gitlab: clean