CI/CD edit
This commit is contained in:
@@ -9,9 +9,9 @@ jobs:
|
|||||||
flatpak:
|
flatpak:
|
||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
#container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
# image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||||
options: --privileged
|
# options: --privileged
|
||||||
steps:
|
steps:
|
||||||
#- name: "Base requirements"
|
#- name: "Base requirements"
|
||||||
#run: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
|
#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
|
#ansible-galaxy collection install ansible.posix --force
|
||||||
|
|
||||||
- run: echo $PATH
|
- run: echo $PATH
|
||||||
|
- run: whereis node
|
||||||
- name: "Check out repo code"
|
- name: "Check out repo code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
|
|||||||
Reference in New Issue
Block a user