Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/get-bmh-crd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source $REPO_ROOT/hack/utils.sh

# install bmh crd
tmpfile="$(mktemp bmhcrd-XXXXXXXX)"
curl -o $tmpfile https://raw.githubusercontent.com/openshift/baremetal-operator/master/deploy/crds/metal3.io_baremetalhosts_crd.yaml
curl -o $tmpfile https://raw.githubusercontent.com/openshift/baremetal-operator/master/config/crd/bases/metal3.io_baremetalhosts.yaml
if [ $? -eq 0 ]; then
install_crd $tmpfile "manifests/0000_31_cluster-baremetal-operator_03_baremetalhost.crd.yaml"
fi
Expand Down
Loading