This commit is contained in:
Collin J. Doering 2024-01-01 15:56:38 -05:00
parent 847b73cebd
commit 0907af701d
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 9 additions and 2 deletions

View File

@ -8,9 +8,16 @@ jobs:
steps: steps:
- name: Debug - name: Debug
run: | run: |
ls -l /etc/ || true env
ls -l /etc/ssl || true 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 head /etc/ssl/certs/ca-certificates.crt
echo ---
git --version git --version
git clone https://git.home.rekahsoft.ca/${{ gitea.repository }} git clone https://git.home.rekahsoft.ca/${{ gitea.repository }}
- name: Check out repository code - name: Check out repository code