From ed96ee3a20c1d60f6511086f4d9cbd3472639e66 Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 01:15:41 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 33125f7..68755a9 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -209,7 +209,7 @@ sonar.terraform.provider.aws=true python3 -m venv venv # Activate virtual environment - source venv/bin/activate + . venv/bin/activate # Upgrade pip in virtual environment pip install --upgrade pip