From aa272488b1c085ec6fca4814d4eeccb122eb20cf Mon Sep 17 00:00:00 2001 From: Cliff Hill Date: Thu, 23 Oct 2025 16:52:13 -0400 Subject: [PATCH] Trying to get things. Signed-off-by: Cliff Hill --- .gitea/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index a46b0ea..cc82545 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -26,8 +26,9 @@ jobs: git config --global http.sslverify false git config --global http.postBuffer 524288000 - # Clone the repository - git clone --depth 1 https://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git . + # Try HTTP instead of HTTPS to avoid SSL issues + echo "Attempting HTTP clone to avoid SSL issues..." + git clone --depth 1 http://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git . git checkout ${{ github.sha }} 2>/dev/null || echo "Using HEAD commit" echo "Repository contents:"