Skip to content

Commit d385a75

Browse files
committed
Revert "makefile: run go mod vendor|tidy as first during make generate"
We needed to vendor during `make generate` to get `operator-sdk` passing. We now just ran operator-sdk, so this temporary workaround is no longer necessary and is reverted. This reverts commit 67b44c3f99061d8c56eac095ac2b8890ad351c5d.
1 parent ebc1b29 commit d385a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ vendor:
165165
done
166166

167167
.PHONY: generate
168-
generate: vendor controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
168+
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
169169
GOFLAGS='' $(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
170170

171171
.PHONY: generate-check

0 commit comments

Comments
 (0)