From ec45bb4a1fb8cd15be8d142b17f504ac4ce071db Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Wed, 12 Feb 2025 21:12:37 +0100 Subject: [PATCH] CI/CD edit --- .gitea/workflows/deploy_rdpconnect.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index 9819e62..2a49a6e 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -15,9 +15,7 @@ jobs: steps: - name: "Base requirements" run: | - # packages apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible - # ansible collections ansible-galaxy collection install community.general --force ansible-galaxy collection install ansible.posix --force - name: "Check out repo code"