From 23fa27fa7dea9e1e1fe0d785e53651a62e2cab81 Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Wed, 12 Feb 2025 21:13:34 +0100 Subject: [PATCH] CI/CD edit --- .gitea/workflows/deploy_rdpconnect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index 2a49a6e..25798b5 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -18,6 +18,7 @@ jobs: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible ansible-galaxy collection install community.general --force ansible-galaxy collection install ansible.posix --force + - name: "Check out repo code" uses: actions/checkout@v4 - run: ls