Skip to content

Commit

Permalink
CI: try to ensure enough disk space
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed May 1, 2024
1 parent 2e46ed3 commit ad5d90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
jq -R -s -c 'split("\n")[:-1]')"
run:

runs-on: ubuntu-latest
needs: setup
timeout-minutes: 30
Expand Down Expand Up @@ -214,3 +213,4 @@ jobs:
image=${{ matrix.distribution }}
container_name="$(basename "${image}" | sed -E 's/[:.]/-/g')"
./distrobox rm --force "${container_name}"
$DBX_CONTAINER_MANAGER rmi -f "${image}"

0 comments on commit ad5d90b

Please sign in to comment.