Skip to content

Commit bd3e448

Browse files
authored
[chore] Remove accidentally merged debug changes in Makefile (open-telemetry#45334)
Revert a change that was accidentally pushed as part of open-telemetry#45330
1 parent 0db286f commit bd3e448

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -527,13 +527,13 @@ endef
527527
.PHONY: update-otel
528528
update-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

0 commit comments

Comments
 (0)