From 60668d4b38da5e27cd811e8f857165bc4d416b62 Mon Sep 17 00:00:00 2001 From: continuist Date: Wed, 10 Sep 2025 00:16:35 -0400 Subject: [PATCH] More CI workflow fixes #2 --- .forgejo/workflows/ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index bbee453..1dc2a47 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -29,16 +29,10 @@ jobs: test-backend: runs-on: [ci] - # <— make podman CLI available inside the job container container: image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }} - # If you prefer to be independent of runner-wide options, also pass these: - options: >- - --volume=/run/user/999/podman:/run/user/999/podman:rw - --env=XDG_RUNTIME_DIR=/run/user/999 env: - # <— hardcode the socket path that exists on your CI host for UID 999 PODMAN_SOCK: /run/user/999/podman/podman.sock steps: @@ -145,16 +139,10 @@ jobs: runs-on: [ci] needs: test-backend - # <— make podman CLI available inside the job container container: image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }} - # If you prefer to be independent of runner-wide options, also pass these: - options: >- - --volume=/run/user/999/podman:/run/user/999/podman:rw - --env=XDG_RUNTIME_DIR=/run/user/999 env: - # <— hardcode the socket path that exists on your CI host for UID 999 PODMAN_SOCK: /run/user/999/podman/podman.sock steps: @@ -213,16 +201,10 @@ jobs: runs-on: [ci] needs: test-frontend - # <— make podman CLI available inside the job container container: image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }} - # If you prefer to be independent of runner-wide options, also pass these: - options: >- - --volume=/run/user/999/podman:/run/user/999/podman:rw - --env=XDG_RUNTIME_DIR=/run/user/999 env: - # <— hardcode the socket path that exists on your CI host for UID 999 PODMAN_SOCK: /run/user/999/podman/podman.sock steps: @@ -290,16 +272,10 @@ jobs: runs-on: [ci] needs: test-frontend - # <— make podman CLI available inside the job container container: image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }} - # If you prefer to be independent of runner-wide options, also pass these: - options: >- - --volume=/run/user/999/podman:/run/user/999/podman:rw - --env=XDG_RUNTIME_DIR=/run/user/999 env: - # <— hardcode the socket path that exists on your CI host for UID 999 PODMAN_SOCK: /run/user/999/podman/podman.sock steps: @@ -368,16 +344,10 @@ jobs: needs: [build-backend, build-frontend] if: success() - # <— make podman CLI available inside the job container container: image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }} - # If you prefer to be independent of runner-wide options, also pass these: - options: >- - --volume=/run/user/999/podman:/run/user/999/podman:rw - --env=XDG_RUNTIME_DIR=/run/user/999 env: - # <— hardcode the socket path that exists on your CI host for UID 999 PODMAN_SOCK: /run/user/999/podman/podman.sock steps: