From 16dcc7c2a152b7094acd5f6de201b02c936dbf6d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Jul 2026 11:47:11 +0000 Subject: [PATCH] ci: make JD01 PaC build result writable --- .tekton/agentrun-jd01-v02.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/agentrun-jd01-v02.yaml b/.tekton/agentrun-jd01-v02.yaml index f342314..f2ec7ba 100644 --- a/.tekton/agentrun-jd01-v02.yaml +++ b/.tekton/agentrun-jd01-v02.yaml @@ -166,7 +166,7 @@ spec: ,\"valuesPrinted\":false}\\n' \"$(params.revision)\" \"$env_identity\" \"$image\" \"$digest\" \"$image_repository\"\ \ \"$digest\" > \"$root/build-result.json\"\n touch \"$root/skip-build\"\nelse\n printf '{\"ok\":false,\"status\"\ :\"cache-miss\",\"sourceCommit\":\"%s\",\"envIdentity\":\"%s\",\"valuesPrinted\":false}\\n' \"$(params.revision)\"\ - \ \"$env_identity\" > \"$root/build-result.json\"\nfi\ncat \"$root/build-result.json\"" + \ \"$env_identity\" > \"$root/build-result.json\"\nfi\nchmod a+rw \"$root/build-result.json\"\ncat \"$root/build-result.json\"" - name: build-env-image image: $(params.buildkit-image) env: