2 Commits

Author SHA1 Message Date
8f412cb031 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
2026-04-30 15:44:04 +00:00
69764b74a2 pipeline 7
Some checks are pending
Organisation/sirh/pipeline/pr-main Build queued...
Organisation/sirh/pipeline/head Build started...
2026-04-30 15:43:00 +00:00

2
Jenkinsfile vendored
View File

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