mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
tweak(makefile): pull hive container before hive run (#6241)
This commit is contained in:
parent
c48040ca33
commit
5d767e2b2c
1
Makefile
1
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user