From e51bbd821e3ec327227a4c934ff7a02fce553be4 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Wed, 13 Jul 2022 20:50:47 +0800 Subject: [PATCH] update syncclient --- helper/sync-client.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/helper/sync-client.sh b/helper/sync-client.sh index 5d34206..358dc02 100755 --- a/helper/sync-client.sh +++ b/helper/sync-client.sh @@ -19,8 +19,6 @@ rm -rf */*_test.go */*/*_test.go */*log */*/*log go mod tidy go build || exit 1 -echo "user exit" -exit 0 git add . git commit -m"update from dtm to version $ver" git push