From 69764b74a22681333f5728e6a03723c737915723 Mon Sep 17 00:00:00 2001 From: Soriba SYLLA Date: Thu, 30 Apr 2026 15:43:00 +0000 Subject: [PATCH] pipeline 7 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f35b655..fe2ef90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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