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:
parent
f11b2a3d7d
commit
fc4e288742
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue