Skip to content

Commit

Permalink
remove makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamack committed Sep 26, 2024
1 parent 334f53e commit a611ce8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,20 +140,6 @@ build-package:
cd dist/ && \
$(CHECKSUM_PROGRAM) $(DIST).tar.gz >> checksums.txt

GO-JUNIT-REPORT = $(shell pwd)/go-junit-report
go-junit-report: ## Download go-junit-report locally if necessary.
ifeq (,$(wildcard $(GO-JUNIT-REPORT)))
ifeq (,$(shell which go-junit-report 2>/dev/null))
@{ \
set -e ;\
mkdir -p $(dir $(GO-JUNIT-REPORT)) ;\
GOBIN=$(dir $(GO-JUNIT-REPORT)) go install github.com/jstemmer/go-junit-report/v2@latest;\
}
else
GO-JUNIT-REPORT = $(shell which go-junit-report)
endif
endif

RUNTEST ?=
ifeq ($(RUNTEST),)
TESTCMD =
Expand Down Expand Up @@ -241,4 +227,4 @@ tc-image: container
@cp receptor packaging/tc-image/
@$(CONTAINERCMD) build packaging/tc-image -t receptor-tc

.PHONY: lint format fmt pre-commit build-all test clean testloop container version receptorctl-tests kubetest go-junit-report
.PHONY: lint format fmt pre-commit build-all test clean testloop container version receptorctl-tests kubetest

0 comments on commit a611ce8

Please sign in to comment.