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