mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
all:
|
|
|
|
.PHONY: cluster-up
|
|
cluster-up:
|
|
hack/e2e-setup.sh
|
|
|
|
.PHONY: cluster-down
|
|
cluster-down:
|
|
hack/e2e-setup.sh --cleanup
|