Skip to content

Commit

Permalink
[chore] make update-otel should commit tidy changes (#36855)
Browse files Browse the repository at this point in the history
#### Description
`make update-otel` should commit tidy changes

#### Link to tracking issue
Fixes
#36854
  • Loading branch information
songy23 authored Dec 16, 2024
1 parent be56910 commit a8821cd
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 a8821cd

Please sign in to comment.