Skip to content

Commit 56ef285

Browse files
committed
Stop tacking the gomod sha for license changes
1 parent 1b4c49d commit 56ef285

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.licenses-gomod.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ SLACK_WEBHOOK ?= https://hooks.slack.com/services/...
128128
SIGNATURE_REPO ?= OPERATOR_REGISTRY
129129
AKO_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-
135131
OPERATOR_POD_NAME=mongodb-atlas-operator
136132
RUN_YAML= # Set to the YAML to run when calling make run
137133
RUN_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
184178
check-licenses: ## Check licenses are compliant with our restrictions

0 commit comments

Comments
 (0)