mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-04 10:43:40 +00:00
reset_testnet.sh: make build
moved earlier [skip ci]
This commit is contained in:
parent
05f0950f41
commit
13b9f61f6f
@ -69,6 +69,9 @@ fi
|
||||
|
||||
cd docker
|
||||
|
||||
echo "Building Docker image..."
|
||||
make build
|
||||
|
||||
$DOCKER_BEACON_NODE makeDeposits \
|
||||
--quickstart-deposits=$QUICKSTART_VALIDATORS \
|
||||
--random-deposits=$RANDOM_VALIDATORS \
|
||||
@ -125,9 +128,6 @@ if [[ $PUBLISH_TESTNET_RESETS != "0" ]]; then
|
||||
popd
|
||||
fi
|
||||
|
||||
echo "Building Docker image..."
|
||||
make build
|
||||
|
||||
echo "Publishing Docker image..."
|
||||
make push-last
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user