Fix Prometheus-related error on 'make medalla' on fresh installations

This commit is contained in:
Zahary Karadjov 2020-08-06 15:21:07 +03:00
parent 009e9a6a41
commit 0cdd13bf7c
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ testnet0 testnet1: | beacon_node
$(GOERLI_TESTNETS_PARAMS) $(NODE_PARAMS)
medalla: | beacon_node
mkdir -p build/data/shared_medalla_$(NODE_ID)
scripts/make_prometheus_config.sh \
--nodes 1 \
--base-metrics-port $$(($(BASE_METRICS_PORT) + $(NODE_ID))) \