Ignore summerwind resources in go test until controller version is the same (#2920)

This commit is contained in:
Nikola Jokic
2023-09-22 12:35:34 +02:00
committed by GitHub
parent cf24ab584d
commit 2ae39828b2
9 changed files with 271 additions and 54 deletions

View File

@@ -320,7 +320,7 @@ ifeq (, $(wildcard $(GOBIN)/controller-gen))
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0 ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.3 ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
endif