Skip to content

Commit

Permalink
[INTERNAL] make manifests should be called manually, if needed (#25)
Browse files Browse the repository at this point in the history
We made some chnages for spinnaker annotations and `preserveUnknownFields` that would be overriden by `make manifests`
  • Loading branch information
alungu authored and amuraru committed Apr 15, 2021
1 parent 0eacd1a commit c71ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install-kubebuilder:
fi

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

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
run: generate fmt vet
go run ./main.go

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

0 comments on commit c71ebc5

Please sign in to comment.