From a765fb904d5def5641b7bd0fdce8bf7c85724277 Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Wed, 12 Feb 2025 23:21:06 +0100 Subject: [PATCH] CI/CD edit --- .gitea/workflows/deploy_rdpconnect.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index fe4b39f..be94fd9 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -9,9 +9,9 @@ jobs: flatpak: name: "Flatpak" runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 - options: --privileged + #container: + # image: bilelmoussaoui/flatpak-github-actions:gnome-44 + # options: --privileged steps: #- name: "Base requirements" #run: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible @@ -19,6 +19,7 @@ jobs: #ansible-galaxy collection install ansible.posix --force - run: echo $PATH + - run: whereis node - name: "Check out repo code" uses: actions/checkout@v4 - name: "Build"