CI/CD edit
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
flatpak:
|
flatpak:
|
||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
runs-on: host
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||||
options: --privileged
|
options: --privileged
|
||||||
@@ -17,14 +17,10 @@ jobs:
|
|||||||
#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
|
||||||
#ansible-galaxy collection install community.general --force
|
#ansible-galaxy collection install community.general --force
|
||||||
#ansible-galaxy collection install ansible.posix --force
|
#ansible-galaxy collection install ansible.posix --force
|
||||||
- name: Use Node.js
|
|
||||||
uses: https://github.com/actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: '18.17'
|
|
||||||
|
|
||||||
|
- run: ls
|
||||||
- name: "Check out repo code"
|
- name: "Check out repo code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: ls
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user