File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ if [ "${PROVIDER_NAME}" = "ovirt" ]; then
3939fi
4040if [ " ${PROVIDER_NAME} " = " ova" ]; then
4141 bazel run push-ova-provider-server
42- bazel run --package_path=virt-v2v/cold push-forklift-virt-v2v
4342fi
4443
4544bazel run push-populator-controller
@@ -73,7 +72,7 @@ if [ "${PROVIDER_NAME}" = "vsphere" ]; then
7372fi
7473
7574if [ " ${PROVIDER_NAME} " = " ova" ]; then
76- ACTION_ENV=" $ACTION_ENV --action_env VIRT_V2V_IMAGE=${REGISTRY} / forklift-virt-v2v:${REGISTRY_TAG} \
75+ ACTION_ENV=" $ACTION_ENV --action_env VIRT_V2V_IMAGE=quay.io/kubev2v/ forklift-virt-v2v-stub :${REGISTRY_TAG} \
7776 --action_env VIRT_V2V_DONT_REQUEST_KVM=true \
7877 --action_env OVA_PROVIDER_SERVER_IMAGE=${REGISTRY} /forklift-ova-provider-server:${REGISTRY_TAG} "
7978fi
You can’t perform that action at this time.
0 commit comments