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
amuraru committed Oct 4, 2021
1 parent f7c9eb6 commit b77c747
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 @@ -76,7 +76,7 @@ install-kustomize:
fi

# Run tests
test: generate fmt vet manifests bin/setup-envtest
test: generate fmt vet bin/setup-envtest
cd api && go test ./...
bin/setup-envtest use -p env ${ENVTEST_K8S_VERSION} > bin/envtest.sh && source bin/envtest.sh ; go test ./... -coverprofile cover.out
cd properties && go test -coverprofile cover.out -cover -failfast -v -covermode=count ./pkg/... ./internal/...
Expand All @@ -86,7 +86,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 b77c747

Please sign in to comment.