File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -248,3 +248,9 @@ catalog-push: ## Push a catalog image.
248248.PHONY : test-unit
249249test-unit : manifests generate fmt vet envtest # # Run tests.
250250 KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path) " go test ./... -coverprofile cover.out
251+
252+ .PHONY : sync-crd
253+ sync-crd :
254+ curl -L -o bundle/manifests/mcad.ibm.com_appwrappers.yaml https://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_appwrappers.yaml
255+ curl -L -o bundle/manifests/mcad.ibm.com_queuejobs.yaml https://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_queuejobs.yaml
256+ curl -L -o bundle/manifests/mcad.ibm.com_schedulingspecs.yaml https://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_schedulingspecs.yaml
You can’t perform that action at this time.
0 commit comments