mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-18 10:31:04 +00:00
entry_point.sh: account for local modifications
This commit is contained in:
parent
64fd41c880
commit
0654e3daaf
@ -86,6 +86,7 @@ if [[ "$BUILD" == "1" ]]; then
|
|||||||
[[ -d nim-beacon-chain ]] || git clone https://github.com/status-im/nim-beacon-chain.git
|
[[ -d nim-beacon-chain ]] || git clone https://github.com/status-im/nim-beacon-chain.git
|
||||||
cd nim-beacon-chain
|
cd nim-beacon-chain
|
||||||
git config pull.rebase false
|
git config pull.rebase false
|
||||||
|
git checkout -- .
|
||||||
git checkout devel
|
git checkout devel
|
||||||
git pull
|
git pull
|
||||||
# don't use too much RAM
|
# don't use too much RAM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user