Skip to content

Commit 462361d

Browse files
ritmunmjlshen
authored andcommitted
aro-8599 add pko deployment make target
1 parent 262bbec commit 462361d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pko/Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SHELL = /bin/bash
2+
3+
deploy:
4+
oc apply -f https://github.com/package-operator/package-operator/releases/download/v1.11.0/self-bootstrap-job.yaml
5+
6+
.PHONY: deploy

0 commit comments

Comments
 (0)