diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index adfcc1b..56a4851 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: # Clone the repository since Gitea runner doesn't auto-checkout echo "Cloning repository..." - git clone https://gitea.skalas.org/jskala/NFOguard.git /tmp/repo + git clone http://gitea.skalas.org/jskala/NFOguard.git /tmp/repo cp -r /tmp/repo/* . cp -r /tmp/repo/.* . 2>/dev/null || true rm -rf /tmp/repo