From ff0947b58a5c95c37c8946c63141ae3511a91181 Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 30 Jun 2026 08:25:06 +0000 Subject: [PATCH] fix: avoid chmod in rootless sentinel build --- scripts/src/hwlab-node-web-sentinel-cicd.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/src/hwlab-node-web-sentinel-cicd.ts b/scripts/src/hwlab-node-web-sentinel-cicd.ts index 7c77638b..3e321525 100644 --- a/scripts/src/hwlab-node-web-sentinel-cicd.ts +++ b/scripts/src/hwlab-node-web-sentinel-cicd.ts @@ -1900,7 +1900,6 @@ function sentinelPublishImageBuildShell(state: SentinelCicdState, jobName: strin "write_meta digest \"$digest\"", "write_meta digest_ref \"$digest_ref\"", "emit_stage image-build succeeded \"$image_build_started_ms\"", - "chmod -R a+rwX /workspace", "trap - EXIT", ].join("\n"); }