From 58f76adeb1e17c03c7ed95cbff5f2aaeb8b16311 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 15 Jun 2021 18:16:51 +0800 Subject: [PATCH] 2 --- web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web.py b/web.py index c4f3b3f..bdddec4 100644 --- a/web.py +++ b/web.py @@ -61,6 +61,7 @@ class DispatchHandler(tornado.web.RequestHandler): branch = json.loads(self.request.body).get( 'project', None).get('default_branch', None) if branch == "master": + print("stat deploy git with {name}!".format(name=name)) d = DeployGit(name) d.run() else: