Skip to content

Commit

Permalink
remove sed statements
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Jun 5, 2024
1 parent ad98901 commit c26fbcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ update-otel:$(MULTIMOD)
git add . && git commit -s -m "[chore] multimod update beta modules" ; \
$(call updatehelper,$(CORE_VERSIONS),$(GOMOD),./cmd/otelcontribcol/builder-config.yaml)
$(call updatehelper,$(CORE_VERSIONS),$(GOMOD),./cmd/oteltestbedcol/builder-config.yaml)
sed -i -E -e "5,6s/[0-9]+\.[0-9]+\.[0-9]/$(TRIMMED_VERSION)/" ./cmd/otelcontribcol/builder-config.yaml
sed -i -E -e "5,6s/[0-9]+\.[0-9]+\.[0-9]/$(TRIMMED_VERSION)/" ./cmd/oteltestbedcol/builder-config.yaml
$(MAKE) gotidy
$(MAKE) genotelcontribcol
$(MAKE) genoteltestbedcol
Expand Down

0 comments on commit c26fbcc

Please sign in to comment.