Update commit.tpl.ssh

pull/282/head
midoks 2 years ago
parent ab6f860bde
commit f69dd139c0
  1. 2
      plugins/gitea/hook/commit.tpl.ssh

@ -15,6 +15,8 @@ if [ ! -d $GIT_PROJECT_DIR ];then
fi
unset GIT_DIR
git config pull.rebase false
cd $GIT_PROJECT_DIR && git pull
# func 2

Loading…
Cancel
Save