Fix Prometheus-related error on 'make medalla' on fresh installations
This commit is contained in:
parent
009e9a6a41
commit
0cdd13bf7c
2
Makefile
2
Makefile
|
@ -170,6 +170,8 @@ testnet0 testnet1: | beacon_node
|
||||||
$(GOERLI_TESTNETS_PARAMS) $(NODE_PARAMS)
|
$(GOERLI_TESTNETS_PARAMS) $(NODE_PARAMS)
|
||||||
|
|
||||||
medalla: | beacon_node
|
medalla: | beacon_node
|
||||||
|
mkdir -p build/data/shared_medalla_$(NODE_ID)
|
||||||
|
|
||||||
scripts/make_prometheus_config.sh \
|
scripts/make_prometheus_config.sh \
|
||||||
--nodes 1 \
|
--nodes 1 \
|
||||||
--base-metrics-port $$(($(BASE_METRICS_PORT) + $(NODE_ID))) \
|
--base-metrics-port $$(($(BASE_METRICS_PORT) + $(NODE_ID))) \
|
||||||
|
|
Loading…
Reference in New Issue