Skip to content

Commit

Permalink
Remove docker as it's installed on the free runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 14, 2024
1 parent 91b0aad commit d7ad5a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Setup docker
run: |
sudo apt-get install -y docker.io
sudo usermod -aG docker "$USER"
- name: Extract qcow2 from ${{ inputs.podvm_image }}
run: |
qcow2=$(echo ${{ inputs.podvm_image }} | sed -e "s#.*/\(.*\):.*#\1.qcow2#")
Expand Down

0 comments on commit d7ad5a8

Please sign in to comment.