Merge pull request 'pipeline 7' (#29) from pipeline7 into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit

Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
2026-04-30 15:44:04 +00:00

2
Jenkinsfile vendored
View File

@@ -21,7 +21,7 @@ pipeline
"sylla" | sudo -S chown -R jenkins:jenkins /jenkins_test/sirh "sylla" | sudo -S chown -R jenkins:jenkins /jenkins_test/sirh
git pull origin main git pull origin main
python3 -m venv venv python3 -m venv venv
source venv/bin/activate . venv/bin/activate
pip install -r requirements.txt pip install -r requirements.txt
python manage.py makemigrations python manage.py makemigrations
python manage.py migrate python manage.py migrate