entry_point.sh: account for local modifications

This commit is contained in:
Ștefan Talpalaru 2020-08-04 03:12:42 +02:00
parent 64fd41c880
commit 0654e3daaf
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ if [[ "$BUILD" == "1" ]]; then
[[ -d nim-beacon-chain ]] || git clone https://github.com/status-im/nim-beacon-chain.git
cd nim-beacon-chain
git config pull.rebase false
git checkout -- .
git checkout devel
git pull
# don't use too much RAM