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: