jenkins: fix references to manage.py custom name

This commit is contained in:
Frédéric Péters 2014-05-26 17:41:50 +02:00
parent 63d0f8a411
commit cb8784feed
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ sed -i 's/^MAX = 64/MAX = 200/' $VIRTUAL_ENV/lib/python*/site-packages/ndg/https
pip install --upgrade -r requirements.txt
./portail-citoyen syncdb --migrate --noinput --no-initial-data
./portail-citoyen loaddata initial_data
./portail-citoyen validate
./portail-citoyen2 syncdb --migrate --noinput --no-initial-data
./portail-citoyen2 loaddata initial_data
./portail-citoyen2 validate
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc portail_citoyen2/ | tee pylint.out) || /bin/true