mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 14:30:54 +00:00
See how much space an aggressive Docker prune gets us
Hopefully it's lots.
This commit is contained in:
parent
fef5f60828
commit
f11b2a3d7d
1 changed files with 4 additions and 0 deletions
|
|
@ -715,6 +715,8 @@ macOS15_Xcode16_arm64:
|
|||
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
before_script:
|
||||
- Get-Volume
|
||||
- docker system prune -a --volumes
|
||||
- Get-Volume
|
||||
- Stop-Service docker
|
||||
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolatey/" --priority=1
|
||||
|
|
@ -949,6 +951,8 @@ Windows_Ninja_CacheInit:
|
|||
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
before_script:
|
||||
- Get-Volume
|
||||
- docker system prune -a --volumes
|
||||
- Get-Volume
|
||||
- Stop-Service docker
|
||||
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolatey/" --priority=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue