From 285d8215a0c09351d0da8f20e330b1170e3a24c3 Mon Sep 17 00:00:00 2001 From: copilotcoder Date: Tue, 9 Jun 2026 11:30:05 -0400 Subject: [PATCH] More CICD fixes again again again again again again again again again again again again again again again again again again again again again again again Signed-off-by: copilotcoder --- .gitea/workflows/cicd-checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd-checks.yaml b/.gitea/workflows/cicd-checks.yaml index d56ab4a..699b173 100644 --- a/.gitea/workflows/cicd-checks.yaml +++ b/.gitea/workflows/cicd-checks.yaml @@ -152,7 +152,8 @@ jobs: HEAD_SHA: ${{ needs.setup.outputs.head_sha }} HOOK: ${{ matrix.hook }} run: | - docker run --rm "${GITEA_REGISTRY}/darkhelm.org/plex-playlist-cicd:${HEAD_SHA}" bash -c " + docker run --rm "${GITEA_REGISTRY}/darkhelm.org/plex-playlist-cicd:${HEAD_SHA}" /bin/sh -lc " + echo 'container_shells=' && ls -l /bin/sh /bin/bash 2>/dev/null || true && cd /workspace && if ! git rev-parse --is-inside-work-tree >/dev/null 2>&1; then echo 'No git repository found in /workspace; bootstrapping for pre-commit' &&