From d617e12a0be6fd333fc5906b43fc48678b0ea01c Mon Sep 17 00:00:00 2001 From: Yang Song Date: Mon, 16 Dec 2024 09:52:31 -0500 Subject: [PATCH] [chore] make update-otel should commit tidy changes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c225f974ed9..176ba2b07f85 100644 --- a/Makefile +++ b/Makefile @@ -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: