From 563e8b51ec458a54cd2f9c801245f4e247929d81 Mon Sep 17 00:00:00 2001 From: Arul Gupta Date: Fri, 3 Jul 2026 11:58:42 +0100 Subject: [PATCH] Testing the Gitea CI/CD pipeline test 2 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b2c2450..959ac01 100644 --- a/app.py +++ b/app.py @@ -4,7 +4,7 @@ app = Flask(__name__) @app.route('/') def home(): - return "Hello, this is a simple Flask app running in Docker! Hello World!!". I Arul gupta is trying to see how a CI/CD pipeline actually works + return "Hello, this is a simple Flask app running in Docker! Hello World!!". I Arul gupta is trying to see how a CI/CD pipeline actually works. test 2 if __name__ == '__main__': app.run(host='0.0.0.0', port=5000)