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.
portail-citoyen2/jenkins.sh

7 lines
273 B
Bash
Executable File

#!/bin/bash -e
pip install --upgrade pip
pip install --upgrade pylint
pip install --upgrade --allow-external -v -r requirements.txt
echo Nothing to test for now
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc portail_citoyen/ | tee pylint.out) || /bin/true