Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DISTRIBUTIONS ?= "otelcol,otelcol-contrib,otelcol-k8s,otelcol-otlp,otelcol-ebpf-
BINARIES ?= "builder,opampsupervisor"

ci: check build
check: ensure-goreleaser-up-to-date validate-components validate-version-consistency
check: ensure-goreleaser-up-to-date validate-components

build: go ocb
@./scripts/build.sh -d "${DISTRIBUTIONS}" -b ${OTELCOL_BUILDER}
Expand All @@ -49,9 +49,6 @@ ensure-goreleaser-up-to-date: generate-goreleaser
validate-components:
@./scripts/validate-components.sh

validate-version-consistency:
@./scripts/validate-version-consistency.sh

.PHONY: ocb
ocb:
ifeq (, $(shell command -v ocb 2>/dev/null))
Expand Down
194 changes: 0 additions & 194 deletions scripts/validate-version-consistency.sh

This file was deleted.