Skip to content

Commit 24a91d7

Browse files
alunguamuraru
authored andcommitted
[INTERNAL] make manifests should be called manually, if needed (#25)
We made some chnages for spinnaker annotations and `preserveUnknownFields` that would be overriden by `make manifests`
1 parent 40afb06 commit 24a91d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install-kubebuilder:
7777
fi
7878

7979
# Run tests
80-
test: install-kubebuilder generate fmt vet manifests
80+
test: install-kubebuilder generate fmt vet
8181
cd pkg/sdk && go test ./...
8282
KUBEBUILDER_ASSETS="$${PWD}/bin/kubebuilder/bin" go test ./... -coverprofile cover.out
8383
cd properties && go test -coverprofile cover.out -cover -failfast -v -covermode=count ./pkg/... ./internal/...
@@ -87,7 +87,7 @@ manager: generate fmt vet
8787
go build -o bin/manager main.go
8888

8989
# Run against the configured Kubernetes cluster in ~/.kube/config
90-
run: generate fmt vet manifests
90+
run: generate fmt vet
9191
go run ./main.go
9292

9393
# Install CRDs into a cluster by manually creating or replacing the CRD depending on whether is currently existing

0 commit comments

Comments
 (0)