This commit is contained in:
Collin J. Doering 2024-01-01 21:03:12 -05:00
parent 1270853de2
commit 978349daf7
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 16 deletions

View File

@ -6,22 +6,6 @@ jobs:
Build:
runs-on: guix
steps:
- name: Debug with curl
run: guix shell curl -- curl -i https://git.home.rekahsoft.ca/rekahsoft-public/guix-bulder/
- name: Debug
run: |
env
echo ---
ls -l /etc/
echo ---
ls -l /etc/ssl
echo ---
ls -l /etc/ssl/certs/ca-certificates.crt
echo ---
head /etc/ssl/certs/ca-certificates.crt
echo ---
git --version
GIT_CURL_VERBOSE=1 GIT_TRACE=1 SSL_CERT_DIR=/guix-builder/etc/ssl/certs SSL_CERT_FILE=/guix-builder/etc/ssl/certs/ca-certificates.crt GIT_SSL_CAINFO=/guix-builder/etc/ssl/certs/ca-certificates.crt CURL_CA_BUNDLE=/guix-builder/etc/ssl/certs/ca-certificates.crt git clone https://git.home.rekahsoft.ca/${{ gitea.repository }}
- name: Check out repository code
uses: https://github.com/actions/checkout@v3
- name: Build preparation