mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
CI: try to ensure enough disk space
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
@@ -69,7 +69,6 @@ jobs:
|
||||
jq -R -s -c 'split("\n")[:-1]')"
|
||||
|
||||
run:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
timeout-minutes: 30
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user