Skip to content

Commit

Permalink
ignore error on git clone(for existing clone)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxue committed Nov 21, 2019
1 parent 5669290 commit 6c0d321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ brew:
brew services start redis

trongogo:
cd ../ && git clone https://github.com/TRON-US/protobuf
cd ../ && git clone https://github.com/TRON-US/protobuf || true
cd ../protobuf && make

lintf:
Expand Down

0 comments on commit 6c0d321

Please sign in to comment.