CI: Test (no-verify - just to see if it completes)

This commit is contained in:
Collin J. Doering 2024-01-01 21:31:07 -05:00
parent 66fc529c76
commit 1d3e4dfc41
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@ jobs:
run: git --version
- name:
env:
GIT_SSL_NO_VERIFY: true
GIT_CURL_VERBOSE: 1
GIT_TRACE: 1
GIT_SSL_CAINFO: /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