Skip to content

Commit

Permalink
fix: export operator address in makefile (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Dec 2, 2024
1 parent a847c5f commit 8b6ef0c
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 @@ -4,6 +4,7 @@ SHELL := /bin/bash
OS := $(shell uname -s)

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

OPERATOR_VERSION=v0.12.1
Expand Down

0 comments on commit 8b6ef0c

Please sign in to comment.