File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -527,13 +527,13 @@ endef
527527.PHONY : update-otel
528528update-otel :$(MULTIMOD )
529529 # Make sure cmd/otelcontribcol/go.mod and cmd/oteltestbedcol/go.mod are present
530- # $(MAKE) genotelcontribcol
531- # $(MAKE) genoteltestbedcol
532- # $(MULTIMOD) sync -s=true -o ../opentelemetry-collector -m stable --commit-hash "$(OTEL_STABLE_VERSION)"
533- # git add . && git commit -s -m "[chore] multimod update stable modules" ; \
534- # $(MULTIMOD) sync -s=true -o ../opentelemetry-collector -m beta --commit-hash "$(OTEL_VERSION)"
535- # git add . && git commit -s -m "[chore] multimod update beta modules" ; \
536- # $(MAKE) gotidy
530+ $(MAKE ) genotelcontribcol
531+ $(MAKE ) genoteltestbedcol
532+ $(MULTIMOD ) sync -s=true -o ../opentelemetry-collector -m stable --commit-hash " $( OTEL_STABLE_VERSION) "
533+ git add . && git commit -s -m " [chore] multimod update stable modules" ; \
534+ $(MULTIMOD ) sync -s=true -o ../opentelemetry-collector -m beta --commit-hash " $( OTEL_VERSION) "
535+ git add . && git commit -s -m " [chore] multimod update beta modules" ; \
536+ $(MAKE ) gotidy
537537 $(call updatehelper,$(CORE_VERSIONS ) ,./cmd/otelcontribcol/go.mod,./cmd/otelcontribcol/builder-config.yaml)
538538 $(call updatehelper,$(CORE_VERSIONS ) ,./cmd/oteltestbedcol/go.mod,./cmd/oteltestbedcol/builder-config.yaml)
539539 $(MAKE ) -B install-tools
You can’t perform that action at this time.
0 commit comments