Skip to content

Commit

Permalink
chore: fixing for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Pegoraro committed Jan 24, 2024
1 parent f4806c1 commit f0025c1
Show file tree
Hide file tree
Showing 1,040 changed files with 128,732 additions and 4,111 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ endif

.PHONY: docker-otelcolagent
docker-otelcolagent:
COMPONENT=otelcol-orb-agent $(MAKE) docker-component
docker build -t otelcol-orb-agent ./cmd/otelcol-orb-agent/

.PHONY: docker-otelcolmaestro
docker-otelcolmaestro:
COMPONENT=otelcol-orb-maestro $(MAKE) docker-component
docker build -t otelcol-orb-maestro ./cmd/otelcol-orb-maestro/

.PHONY: generate
generate: install-tools
Expand Down
4 changes: 1 addition & 3 deletions cmd/otelcol-orb-agent/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
include ../../Makefile.Common

lint: checklicense misspell
@echo "skipping lint: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29449"

docker:
@echo "skipping lint: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29449"
2 changes: 1 addition & 1 deletion cmd/otelcol-orb-agent/builder-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist:
name: otelcol-orb
description: OpenTelemetry Collector for Orb binary
version: 0.0.1
version: 0.0.1-agent
output_path: ./dist
otelcol_version: 0.93.0

Expand Down
39 changes: 0 additions & 39 deletions cmd/otelcol-orb-agent/components_test.go

This file was deleted.

105 changes: 0 additions & 105 deletions cmd/otelcol-orb-agent/distribution_metadata_test.go

This file was deleted.

Loading

0 comments on commit f0025c1

Please sign in to comment.