Skip to content

Commit

Permalink
Merge pull request #974 from dprince/drop_cleanup_from_init
Browse files Browse the repository at this point in the history
Remove openstack_deploy_cleanup from openstack_init target
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2024
2 parents a7f183b + a386a1d commit 4effac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@ openstack_wait: openstack ## waits openstack CSV to succeed.

# creates the new initialization resource for our operators
.PHONY: openstack_init
openstack_init: openstack_wait openstack_deploy_cleanup openstack_repo
openstack_init: openstack_wait
test -f ${OPERATOR_BASE_DIR}/openstack-operator/config/samples/operator_v1beta1_openstack.yaml || make openstack_repo
oc create -f ${OPERATOR_BASE_DIR}/openstack-operator/config/samples/operator_v1beta1_openstack.yaml
oc wait openstack/openstack -n ${OPERATOR_NAMESPACE} --for condition=Ready --timeout=${TIMEOUT}

Expand Down

0 comments on commit 4effac1

Please sign in to comment.