Skip to content

Commit

Permalink
tweak(makefile): pull hive container before hive run (#6241)
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth authored Dec 7, 2022
1 parent c48040c commit 5d767e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d767e2

Please sign in to comment.