File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,3 @@ export REGISTRY_TAG=latest
2323cp -fr ${SCRIPT_DIR} /stub-images virt-v2v/cold
2424bazel run --strategy_regexp=" RunAndCommitLayer stub-images/virt-v2v-stub/qemu-img-layer.tar" =processwrapper-sandbox --package_path=virt-v2v/cold stub-images:push-forklift-virt-v2v-stub --verbose_failures
2525bazel run --strategy_regexp=" Action stub-images/vddk-test-vmdk/convert_to_vmdk/tmp/cirros.vmdk" =processwrapper-sandbox --package_path=virt-v2v/cold stub-images:push-vddk-test-vmdk --verbose_failures
26- bazel run --strategy_regexp=" RunAndCommitLayer stub-images/ova-nfs/ova-repository-layer.tar" =processwrapper-sandbox --package_path=virt-v2v/cold stub-images:push-forkliftci-ova-nfs --verbose_failures
Original file line number Diff line number Diff line change @@ -22,11 +22,3 @@ container_push(
2222 tag = "$${REGISTRY_TAG:-devel}" ,
2323)
2424
25- container_push (
26- name = "push-forkliftci-ova-nfs" ,
27- format = "Docker" ,
28- image = "//stub-images/ova-nfs:ova-nfs-server" ,
29- registry = "$${REGISTRY:-quay.io}" ,
30- repository = "$${REGISTRY_ORG:-}$${REGISTRY_ORG:+/}forkliftci-ova-nfs" ,
31- tag = "$${REGISTRY_TAG:-devel}" ,
32- )
You can’t perform that action at this time.
0 commit comments