Browse Source

update sync dtmcli

pull/331/head
yedf2 4 years ago
parent
commit
5048eb2ea7
  1. 1
      helper/sync-dtmcli.sh

1
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 .

Loading…
Cancel
Save