Bug: Validation des conges

This commit is contained in:
2026-05-11 15:27:50 +00:00
parent d4f4b7d954
commit 42398b27b2

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline
python manage.py makemigrations python manage.py makemigrations
python manage.py migrate python manage.py migrate
python manage.py collectstatic python manage.py collectstatic --noinput
echo $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh echo $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh
echo "Deploiement reussi" echo "Deploiement reussi"