Skip to content

Commit

Permalink
WIP: fixup workflow_e2e_libivrt: extract qcow2 from oras
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 28, 2024
1 parent 4a4a78e commit a43b039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
if: ${{ inputs.oras }}
run: |
oras pull ${{ inputs.podvm_image }}
tar xvJpf podvm.tar.xz
# TODO remove debug
ls
qcow2=$(echo ${{ inputs.podvm_image }} | sed -e "s#.*/\(.*\):.*#\1.qcow2#")
Expand Down

0 comments on commit a43b039

Please sign in to comment.