reset_testnet.sh: `make build` moved earlier [skip ci]

This commit is contained in:
Ștefan Talpalaru 2020-01-13 14:48:19 +01:00
parent 05f0950f41
commit 13b9f61f6f
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 3 additions and 3 deletions

View File

@ -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