Did things.
Some checks failed
Tests / Backend Tests (Python 3.13 + uv) (push) Failing after 2m7s
Tests / Frontend Tests (TypeScript + Vue + Yarn Berry) (push) Failing after 2m10s

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-23 14:53:27 -04:00
parent fdc6084fd1
commit e0f111994c

View File

@@ -26,11 +26,11 @@ jobs:
pwd
ls -la
# If the repository is not already checked out, try a simple git approach
# If the repository is not already checked out, try using the external URL
if [ ! -f "README.md" ]; then
echo "Repository not found, attempting simple git clone..."
echo "Repository not found, attempting git clone with external URL..."
git config --global http.sslverify false
git clone ${{ github.server_url }}/${{ github.repository }}.git .
git clone https://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git .
git checkout ${{ github.sha }}
else
echo "Repository already available in workspace"
@@ -129,11 +129,11 @@ jobs:
pwd
ls -la
# If the repository is not already checked out, try a simple git approach
# If the repository is not already checked out, try using the external URL
if [ ! -f "README.md" ]; then
echo "Repository not found, attempting simple git clone..."
echo "Repository not found, attempting git clone with external URL..."
git config --global http.sslverify false
git clone ${{ github.server_url }}/${{ github.repository }}.git .
git clone https://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git .
git checkout ${{ github.sha }}
else
echo "Repository already available in workspace"