From dff8d942c0b3a539073ad54f5569041199ef04f9 Mon Sep 17 00:00:00 2001 From: German Grandas Date: Tue, 20 Aug 2024 15:41:39 -0500 Subject: [PATCH] reverting change on cloudbuild.yaml file --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 53b405e8e..0a688ae71 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -255,7 +255,7 @@ steps: sleep 5s cd /workspace/applications/rag/tests - # python3 test_frontend.py "127.0.0.1:8081" + python3 test_frontend.py "127.0.0.1:8081" echo "pass" > /workspace/rag_frontend_result.txt cd /workspace/