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' &&