Skip to content

Commit

Permalink
Allow overriding local config (#1595)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Aug 19, 2020
1 parent 0079740 commit 64befbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif
BUILD_X3=-X $(BUILD_INFO_IMPORT_PATH).BuildType=$(BUILD_TYPE)
BUILD_INFO=-ldflags "${BUILD_X1} ${BUILD_X2} ${BUILD_X3}"

RUN_CONFIG=local/config.yaml
RUN_CONFIG?=local/config.yaml

CONTRIB_PATH=$(CURDIR)/../opentelemetry-collector-contrib

Expand Down

0 comments on commit 64befbc

Please sign in to comment.