From 5740759547a15b634a58f68a723aa4b3bc7d867d Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 04:19:53 +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 68d7777..220aad2 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -230,7 +230,7 @@ sonar.terraform.provider.aws=true # Test Flask app imports and basic functionality echo "🧪 Testing Flask application..." - python -c " + python -c " import sys sys.path.append('.') from app import app