Skip to content

Commit

Permalink
[chore] make update-otel should commit tidy changes (open-telemetry#3…
Browse files Browse the repository at this point in the history
…6855)

#### Description
`make update-otel` should commit tidy changes

#### Link to tracking issue
Fixes
open-telemetry#36854
  • Loading branch information
songy23 authored and mterhar committed Dec 19, 2024
1 parent 4c61382 commit d8854a8
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 @@ -423,6 +423,7 @@ update-otel:$(MULTIMOD)
$(MAKE) genoteltestbedcol
$(MAKE) oteltestbedcol
$(MAKE) remove-toolchain
git add . && git commit -s -m "[chore] mod and toolchain tidy" ; \

.PHONY: otel-from-tree
otel-from-tree:
Expand Down

0 comments on commit d8854a8

Please sign in to comment.