1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-24 11:00:55 +00:00

don't prompt for confirmation

This commit is contained in:
AnyOldName3 2026-01-02 04:16:25 +00:00
parent f11b2a3d7d
commit fc4e288742

View file

@ -715,7 +715,7 @@ macOS15_Xcode16_arm64:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- Get-Volume
- docker system prune -a --volumes
- docker system prune --all --volumes --force
- Get-Volume
- Stop-Service docker
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
@ -951,7 +951,7 @@ Windows_Ninja_CacheInit:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- Get-Volume
- docker system prune -a --volumes
- docker system prune --all --volumes --force
- Get-Volume
- Stop-Service docker
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"