From 02fbb7cdcf0a81caaaba3b3585de3e11a0a1ad99 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 31 Jul 2020 00:22:01 +0800 Subject: [PATCH] Update commit.tpl --- plugins/gogs/hook/commit.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/gogs/hook/commit.tpl b/plugins/gogs/hook/commit.tpl index 54521f364..6aac78ca8 100755 --- a/plugins/gogs/hook/commit.tpl +++ b/plugins/gogs/hook/commit.tpl @@ -1,5 +1,7 @@ #!/bin/bash +echo `date` + GITADDR="{$GITROOTURL}/{$USERNAME}/{$PROJECT}" GIT_SDIR="{$CODE_DIR}"