Skip to content

Commit

Permalink
Merge pull request #15 from zalando/cleanup
Browse files Browse the repository at this point in the history
Internal components cleanup
  • Loading branch information
kostz authored Jan 9, 2025
2 parents da12e05 + 1f418ef commit 3bab2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ TESTS = $(shell go list ./... | grep -v e2e | grep -v "thrift_0_9_2")
COVERAGE_DIR ?= $(PWD)/coverage

export GO111MODULE = on
export GOPRIVATE = github.bus.zalan.do/*

DEF_BUILDER = ./ocb
BUILDER ?= $(DEF_BUILDER)
VERSION ?= 0.113.0

default: all

all: clean check build

clean:
rm -rf otel
rm -rf build
Expand Down Expand Up @@ -44,9 +45,6 @@ coverage:
go tool cover -func=$(COVERAGE_DIR)/count.out
go tool cover -html=$(COVERAGE_DIR)/coverage.out -o $(COVERAGE_DIR)/index.html

# Reference: https://cloud.docs.zalando.net/concepts/builds/#test-results
which cdp-upload-test-results && cdp-upload-test-results --type html "$(COVERAGE_DIR)" || true

build: $(SOURCES)
CGO_ENABLED=0 go build $(BUILD_FLAGS) -ldflags "$(LDFLAGS)" $(CMD)

Expand Down
50 changes: 0 additions & 50 deletions delivery.yaml

This file was deleted.

0 comments on commit 3bab2a9

Please sign in to comment.