From c0fedbe2a498ca5cd5e038f1011f0d38e390e8e0 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 1 Jan 2024 15:58:57 -0500 Subject: [PATCH] CI: Test - turn on verbose debugging in a simple git clone --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index b379495..2cd12da 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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