Skip to content

Commit a8821cd

Browse files
authored
[chore] make update-otel should commit tidy changes (#36855)
#### Description `make update-otel` should commit tidy changes #### Link to tracking issue Fixes #36854
1 parent be56910 commit a8821cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ update-otel:$(MULTIMOD)
423423
$(MAKE) genoteltestbedcol
424424
$(MAKE) oteltestbedcol
425425
$(MAKE) remove-toolchain
426+
git add . && git commit -s -m "[chore] mod and toolchain tidy" ; \
426427

427428
.PHONY: otel-from-tree
428429
otel-from-tree:

0 commit comments

Comments
 (0)