From 543f3d3af5fcf222875e97c04f6af7179b143c6a Mon Sep 17 00:00:00 2001 From: Cara Wang Date: Wed, 8 Apr 2026 21:13:22 +0800 Subject: [PATCH] chore: test e2e build Assisted-by: Claude --- e2e-tests/Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e-tests/Containerfile b/e2e-tests/Containerfile index f2d42b3c..3f43975a 100644 --- a/e2e-tests/Containerfile +++ b/e2e-tests/Containerfile @@ -10,7 +10,6 @@ RUN wget "https://github.com/sigstore/cosign/releases/download/v3.0.4/cosign-lin USER node:0 -# test COPY --chown=node:root --chmod=775 . /tmp/e2e RUN chmod -R 775 /tmp/e2e