mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
CI: echo peers and block no.
This commit is contained in:
parent
e378b5febc
commit
7cb597886a
1 changed files with 4 additions and 1 deletions
|
|
@ -9,4 +9,7 @@ do
|
|||
if [[ -n "$peers" ]] && [[ -n "$block" ]]; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
echo $peers
|
||||
echo $block
|
||||
Loading…
Reference in a new issue