Skip to content

Commit

Permalink
Fix verify ci step missing. (#289)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Oct 18, 2023
1 parent ae208c8 commit 6ffae4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ verify-scripts:
bash -x hack/verify-crds.sh
bash -x hack/verify-codegen.sh
.PHONY: verify-scripts
# verify: check-env verify-scripts verify-codegen-crds verify-gocilint
verify: verify-gocilint
verify: check-env verify-scripts verify-codegen-crds verify-gocilint

update-scripts:
hack/update-deepcopy.sh
Expand All @@ -71,7 +70,7 @@ include ./test/integration-test.mk

check-env:
ifeq ($(GOPATH),)
$(warning "environment variable GOPATH is empty, auto set from go env GOPATH")
$(warning "environment variable GOPATH is empty, auto set from go env GOPATH")
export GOPATH=$(shell go env GOPATH)
endif
.PHONY: check-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
listKind: AddOnTemplateList
plural: addontemplates
singular: addontemplate
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
Expand Down

0 comments on commit 6ffae4d

Please sign in to comment.