CI: Clean up tests

This commit is contained in:
Collin J. Doering 2024-01-01 22:59:04 -05:00
parent ee4497528b
commit 6a1565e246
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 17 deletions

View File

@ -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