tweak(makefile): pull hive container before hive run (#6241)

This commit is contained in:
Max Revitt 2022-12-07 22:51:24 +00:00 committed by GitHub
parent c48040ca33
commit 5d767e2b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,6 +278,7 @@ coverage:
.PHONY: hive
hive:
DOCKER_TAG=thorax/erigon:ci-local make docker
docker pull thorax/hive:latest
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v $(OUTPUT_DIR):/work thorax/hive:latest --sim $(SIM) --results-root=/work/results --client erigon_ci-local # run erigon
## help: print commands help