From d760a491c470d96e8960e6538915df6656df5c2c Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Wed, 12 Feb 2025 21:11:58 +0100 Subject: [PATCH] CI/CD edit --- .gitea/workflows/deploy_rdpconnect.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index f082e54..9819e62 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -13,15 +13,14 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged steps: - - name: Base requirements + - 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 + 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" uses: actions/checkout@v4 - run: ls - name: "Build"