File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -128,10 +128,6 @@ SLACK_WEBHOOK ?= https://hooks.slack.com/services/...
128128SIGNATURE_REPO ?= OPERATOR_REGISTRY
129129AKO_SIGN_PUBKEY = https://cosign.mongodb.com/atlas-kubernetes-operator.pem
130130
131- # Licenses status
132- GOMOD_SHA := $(shell git ls-files -s go.mod | awk '{print $$1" "$$2" "$$4}')
133- LICENSES_GOMOD_SHA_FILE := .licenses-gomod.sha256
134-
135131OPERATOR_POD_NAME =mongodb-atlas-operator
136132RUN_YAML = # Set to the YAML to run when calling make run
137133RUN_LOG_LEVEL ?= debug
@@ -177,8 +173,6 @@ build-licenses.csv: go.mod ## Track licenses in a CSV file
177173 export GOARCH=amd64
178174 GOTOOLCHAIN=local \
179175 go run github.com/google/$(GO_LICENSES ) @v$(GO_LICENSES_VERSION ) csv --include_tests $(BASE_GO_PACKAGE ) /... > licenses.csv
180- echo $(GOMOD_SHA ) > $(LICENSES_GOMOD_SHA_FILE )
181-
182176
183177.PHONY : check-licenses
184178check-licenses : # # Check licenses are compliant with our restrictions
You can’t perform that action at this time.
0 commit comments