From 5048eb2ea74afe29f1fe2bf4fa1b9b5101fd70b8 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Fri, 8 Jul 2022 15:29:18 +0800 Subject: [PATCH] update sync dtmcli --- helper/sync-dtmcli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/sync-dtmcli.sh b/helper/sync-dtmcli.sh index 451dc14..0345137 100755 --- a/helper/sync-dtmcli.sh +++ b/helper/sync-dtmcli.sh @@ -38,6 +38,7 @@ cp -r ../dtm/dtmgrpc/* ./ go get github.com/dtm-labs/dtmcli@$ver sed -i '' -e 's/dtm-labs\/dtm\//dtm-labs\//g' *.go */**.go rm -rf *_test.go +rm -rf workflow/*_test.go go mod tidy go build || exit 1 git add .