This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/jenkins.sh

9 lines
368 B
Bash
Executable File

#!/bin/sh
pip install --upgrade pip
pip install --upgrade pylint
cat requirements.txt | xargs pip install --upgrade -v
./compte-agglo-montpellier syncdb --all --noinput
./compte-agglo-montpellier migrate --fake
./compte-agglo-montpellier validate
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc compte_agglo_montpellier/ | tee pylint.out) || /bin/true