Skip to content

Commit

Permalink
Merge pull request #991 from abays/osp_repo_fix
Browse files Browse the repository at this point in the history
Only clone OpenStack operator repo when not already present
  • Loading branch information
openshift-merge-bot[bot] authored Dec 22, 2024
2 parents 2d1dcf2 + 41e172f commit 17f0544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ openstack_repo: export HASH=${OPENSTACK_COMMIT_HASH}
openstack_repo: ## clones the openstack-operator repo
$(eval $(call vars,$@,openstack))
mkdir -p ${OPERATOR_BASE_DIR} ${OPERATOR_DIR} ${DEPLOY_DIR}
bash -c "CHECKOUT_FROM_OPENSTACK_REF=false scripts/clone-operator-repo.sh"
bash -c "test -d ${OPERATOR_BASE_DIR}/openstack-operator || CHECKOUT_FROM_OPENSTACK_REF=false scripts/clone-operator-repo.sh"

.PHONY: openstack_deploy_prep
openstack_deploy_prep: export KIND=OpenStackControlPlane
Expand Down

0 comments on commit 17f0544

Please sign in to comment.