CI/CD edit
This commit is contained in:
@@ -13,15 +13,14 @@ jobs:
|
|||||||
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: |
|
run: |
|
||||||
# packages
|
# packages
|
||||||
apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
|
apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
|
||||||
# ansible collections
|
# ansible collections
|
||||||
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: "Check out repo code"
|
||||||
- name: Check out repo code
|
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: ls
|
- run: ls
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
|
|||||||
Reference in New Issue
Block a user