Skip to content

Commit

Permalink
[chore] update makefile to fix update-otel (open-telemetry#17378)
Browse files Browse the repository at this point in the history
Adding the other 2 version variables to main, to ensure update-otel works without additional variables.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Jan 6, 2023
1 parent ff9fa5b commit a5e43c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ include ./Makefile.Common
RUN_CONFIG?=local/config.yaml
CMD?=
OTEL_VERSION=main
OTEL_RC_VERSION=main
OTEL_STABLE_VERSION=main

BUILD_INFO_IMPORT_PATH=github.com/open-telemetry/opentelemetry-collector-contrib/internal/otelcontribcore/internal/version
VERSION=$(shell git describe --always --match "v[0-9]*" HEAD)
Expand Down

0 comments on commit a5e43c7

Please sign in to comment.