jenkins.sh: loading data after migrations is no more necessary

This commit is contained in:
Benjamin Dauvergne 2014-01-29 12:29:51 +01:00
parent 3db67490b0
commit 920193e428
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ sed -i 's/^MAX = 64/MAX = 200/' $VIRTUAL_ENV/lib/python*/site-packages/ndg/https
pip install --upgrade -r requirements.txt
rm -f compte-agglo-montpellier.db # remove previous db
./compte-agglo-montpellier syncdb --migrate --noinput --no-initial-data
./compte-agglo-montpellier loaddata initial_data
./compte-agglo-montpellier syncdb --migrate --noinput
./compte-agglo-montpellier validate
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc compte_agglo_montpellier/ | tee pylint.out) || /bin/true