From 96f8efea1521e8f1e3e046226f6d275faa6587a2 Mon Sep 17 00:00:00 2001 From: lilyLuLiu Date: Thu, 28 Nov 2024 15:37:13 +0800 Subject: [PATCH] [crc-builder] windows script exit when error happen --- crc-builder/oci/lib/windows/run.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/crc-builder/oci/lib/windows/run.ps1 b/crc-builder/oci/lib/windows/run.ps1 index fc18020..026f9cc 100644 --- a/crc-builder/oci/lib/windows/run.ps1 +++ b/crc-builder/oci/lib/windows/run.ps1 @@ -1,3 +1,4 @@ +$ErrorActionPreference = "Stop" # Script to be executed on windows machine to build a crc windows installer # and upload it to s3 compatible storage param(