From fc4e288742bbc917812fc62e7bbdbd4b6ef4dc17 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 2 Jan 2026 04:16:25 +0000 Subject: [PATCH] don't prompt for confirmation --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c4aa7ecf9..a1ad617d1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"