CI: Test - turn on verbose debugging in a simple git clone

This commit is contained in:
Collin J. Doering 2024-01-01 15:58:57 -05:00
parent 0907af701d
commit c0fedbe2a4
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
head /etc/ssl/certs/ca-certificates.crt
echo ---
git --version
git clone https://git.home.rekahsoft.ca/${{ gitea.repository }}
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://git.home.rekahsoft.ca/${{ gitea.repository }}
- name: Check out repository code
uses: https://github.com/actions/checkout@v3
- name: Build preparation