Skip to content

Commit

Permalink
Fix wrong vm name
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 30, 2024
1 parent b4d9140 commit 4c2965c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo "## Kustomize the VM yaml resource to clone the PVC of the OS using the vm-images namespace instead of the default on ocp ..."
kustomize build .github/resources | kubectl apply -f -
kubectl wait --for=condition=Ready vm/quarkus-dev-vm --timeout=180s
kubectl wait --for=condition=Ready vm/quarkus-dev --timeout=180s
- name: Wait till podman remote replies
run: |
Expand Down

0 comments on commit 4c2965c

Please sign in to comment.