Skip to content

Commit

Permalink
add safe configure
Browse files Browse the repository at this point in the history
  • Loading branch information
文徐 committed Oct 15, 2024
1 parent bb49048 commit 8d8bcd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdk/go-sdk/test/runtime/integrate_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ nohup bash /usr/share/zookeeper/bin/zkCli.sh < ./sdk/go-sdk/test/runtime/zkCreat
cd ..
nohup etcd &

git config --global --add safe.directory /go/src/mosn.io/layotto

# build and run Layotto
cd layotto
echo "add debug......"
git status
git --version
go build ./cmd/layotto
nohup ./layotto start -c ./configs/config_integrate_test.json &

Expand Down

0 comments on commit 8d8bcd9

Please sign in to comment.