Skip to content

Commit

Permalink
fix make verify error
Browse files Browse the repository at this point in the history
Signed-off-by: haoqing0110 <qhao@redhat.com>
  • Loading branch information
haoqing0110 committed Sep 4, 2023
1 parent 0f16de9 commit 5e4abf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ update-csv: ensure-operator-sdk
rm ./deploy/klusterlet/bundle.Dockerfile

verify-crds:
bash -x hack/verify-crds.sh
bash -x hack/verify-crds.sh $(YAML_PATCH)

verify-gocilint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.2
Expand Down
2 changes: 0 additions & 2 deletions hack/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ HUB_CRD_FILES="./vendor/open-cluster-management.io/api/cluster/v1/*.crd.yaml
./vendor/open-cluster-management.io/api/work/v1alpha1/0000_00_work.open-cluster-management.io_manifestworkreplicasets.crd.yaml
"

PATCHED_DIR="./_output/"

SPOKE_CRD_FILES="./vendor/open-cluster-management.io/api/work/v1/0000_01_work.open-cluster-management.io_appliedmanifestworks.crd.yaml
./vendor/open-cluster-management.io/api/cluster/v1alpha1/0000_02_clusters.open-cluster-management.io_clusterclaims.crd.yaml
./vendor/open-cluster-management.io/api/crdsv1beta1/0001_01_work.open-cluster-management.io_appliedmanifestworks.crd.yaml
Expand Down

0 comments on commit 5e4abf8

Please sign in to comment.