mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
CI: fix missing ;
This commit is contained in:
parent
c686660fe5
commit
5df25bd360
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ do
|
||||||
peers=$(docker exec bor0 bash -c "bor attach /root/.bor/data/bor.ipc -exec 'admin.peers'")
|
peers=$(docker exec bor0 bash -c "bor attach /root/.bor/data/bor.ipc -exec 'admin.peers'")
|
||||||
block-$(docker exec bor0 bash -c "bor attach /root/.bor/data/bor.ipc -exec 'eth.blockNumber'")
|
block-$(docker exec bor0 bash -c "bor attach /root/.bor/data/bor.ipc -exec 'eth.blockNumber'")
|
||||||
|
|
||||||
if [[ -n "$peers" ]] && [[ -n "$block" ]] then
|
if [[ -n "$peers" ]] && [[ -n "$block" ]]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
Loading…
Reference in a new issue