File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -279,10 +279,13 @@ uninstall:
279
279
- kubectl delete clusterroles.rbac.authorization.k8s.io " system:controller:operator-lifecycle-manager"
280
280
- kubectl delete clusterrolebindings.rbac.authorization.k8s.io " olm-operator-binding-openshift-operator-lifecycle-manager"
281
281
282
- .PHONY : run -local
283
- run -local : build-linux build-wait build-util-linux
282
+ .PHONY : build -local
283
+ build -local : build-linux build-wait build-util-linux
284
284
rm -rf build
285
285
. ./scripts/build_local.sh
286
+
287
+ .PHONY : run-local
288
+ run-local : build-local
286
289
mkdir -p build/resources
287
290
. ./scripts/package_release.sh 1.0.0 build/resources doc/install/local-values.yaml
288
291
. ./scripts/install_local.sh $(LOCAL_NAMESPACE ) build/resources
You can’t perform that action at this time.
0 commit comments