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
177 B
Bash
Executable File

#!/bin/bash -e
. ./start.sh norun
./portail-citoyen2 validate
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc portail_citoyen2/ | tee pylint.out) || /bin/true