Skip to content

Commit 8b6ef0c

Browse files
authored
fix: export operator address in makefile (#1547)
1 parent a847c5f commit 8b6ef0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SHELL := /bin/bash
44
OS := $(shell uname -s)
55

66
CONFIG_FILE?=config-files/config.yaml
7+
export OPERATOR_ADDRESS ?= $(shell yq -r '.operator.address' $(CONFIG_FILE))
78
AGG_CONFIG_FILE?=config-files/config-aggregator.yaml
89

910
OPERATOR_VERSION=v0.12.1

0 commit comments

Comments
 (0)