From 6a1565e24658283e2053b7f1b871393ec1365063 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 1 Jan 2024 22:59:04 -0500 Subject: [PATCH] CI: Clean up tests --- .gitea/workflows/main.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 5c1a4d5..f8a56f1 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -6,23 +6,6 @@ jobs: Build: runs-on: guix steps: - - name: Env - run: env - - name: Debug cert paths - run: | - ls -l /etc/ssl - echo --- - ls -l /etc/ssl/certs/ca-certificates.crt - echo --- - head /etc/ssl/certs/ca-certificates.crt - - name: Git Version - run: git --version - - name: - env: - GIT_CURL_VERBOSE: 1 - GIT_TRACE: 1 - GIT_SSL_CAINFO: /guix-builder/etc/ssl/certs/ca-certificates.crt - run: git clone https://git.home.rekahsoft.ca/${{ gitea.repository }} - name: Check out repository code uses: https://github.com/actions/checkout@v3 - name: Build preparation