Skip to content

Commit

Permalink
just in case, allow oadp to be deployed from makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
  • Loading branch information
weshayutin committed Oct 16, 2024
1 parent 4ec125f commit 13f16f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.prow
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ push:
@echo "Pushing image: $(LOCAL_BUILT_IMAGE)"
docker push $(LOCAL_BUILT_IMAGE)

# deploy oadp-operator, potentially used by prow jobs
.PHONY: deploy-olm
deploy-olm: clone-oadp-operator
@echo "Deploying oadp-operator"
pushd $(OADP_E2E_DIR) && make deploy-olm && popd

# test-e2e is to be used by prow.
.PHONY: test-e2e
test-e2e: clone-oadp-operator
Expand Down

0 comments on commit 13f16f2

Please sign in to comment.