mirror of https://github.com/tikv/client-java.git
Revert "[close #591] update all the branch of proto while precompiling to avoid commit miss (#592)" (#595)
This commit is contained in:
parent
215f1793a6
commit
790d34731d
|
@ -31,7 +31,6 @@ cd "$TIKV_CLIENT_HOME" || exit
|
||||||
|
|
||||||
if [ -d "$kvproto_dir" ]; then
|
if [ -d "$kvproto_dir" ]; then
|
||||||
git -C ${kvproto_dir} fetch -p
|
git -C ${kvproto_dir} fetch -p
|
||||||
git pull --all
|
|
||||||
else
|
else
|
||||||
git clone https://github.com/pingcap/kvproto ${kvproto_dir}
|
git clone https://github.com/pingcap/kvproto ${kvproto_dir}
|
||||||
fi
|
fi
|
||||||
|
@ -39,7 +38,6 @@ git -C ${kvproto_dir} checkout ${kvproto_hash}
|
||||||
|
|
||||||
if [ -d "$raft_rs_dir" ]; then
|
if [ -d "$raft_rs_dir" ]; then
|
||||||
git -C ${raft_rs_dir} fetch -p
|
git -C ${raft_rs_dir} fetch -p
|
||||||
git pull --all
|
|
||||||
else
|
else
|
||||||
git clone https://github.com/pingcap/raft-rs ${raft_rs_dir}
|
git clone https://github.com/pingcap/raft-rs ${raft_rs_dir}
|
||||||
fi
|
fi
|
||||||
|
@ -47,7 +45,6 @@ git -C ${raft_rs_dir} checkout ${raft_rs_hash}
|
||||||
|
|
||||||
if [ -d "$tipb_dir" ]; then
|
if [ -d "$tipb_dir" ]; then
|
||||||
git -C ${tipb_dir} fetch -p
|
git -C ${tipb_dir} fetch -p
|
||||||
git pull --all
|
|
||||||
else
|
else
|
||||||
git clone https://github.com/pingcap/tipb ${tipb_dir}
|
git clone https://github.com/pingcap/tipb ${tipb_dir}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue