From 739ea28358e7b872a01353547728e4ab36d0788e Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 29 Oct 2024 19:20:08 +0100 Subject: [PATCH] =?UTF-8?q?fbc-build:=20hermetic=20default=20to=20false?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … at least for now. Signed-off-by: Vincent Demeester --- .tekton/fbc-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/fbc-build.yaml b/.tekton/fbc-build.yaml index 57a36085c..2965b5850 100644 --- a/.tekton/fbc-build.yaml +++ b/.tekton/fbc-build.yaml @@ -73,7 +73,7 @@ spec: description: Skip checks against built image name: skip-checks type: string - - default: "true" + - default: "false" description: Execute the build with network isolation name: hermetic type: string