From 09df8f01669dbfb43b0cf4d5715e0e2f50d0848b Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 1 Jan 2024 15:35:17 -0500 Subject: [PATCH] CI: Remove test git checkout This will now run on a corrected guix-builder container I manually put in place on the runner. --- .gitea/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 37bffbb..f8a56f1 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -6,8 +6,6 @@ jobs: Build: runs-on: guix steps: - - name: Tester git checkout - run: git clone http://git.home.rekahsoft.ca/${{ gitea.repository }} - name: Check out repository code uses: https://github.com/actions/checkout@v3 - name: Build preparation