mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 15:25:25 +00:00
Updated CI to use latest images
This commit is contained in:
parent
3e250fd12b
commit
ca3b8819c4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ stages:
|
||||||
|
|
||||||
Run Workstation playbook on fedora:
|
Run Workstation playbook on fedora:
|
||||||
stage: dnf_systems
|
stage: dnf_systems
|
||||||
image: fedora
|
image: fedora:latest
|
||||||
script:
|
script:
|
||||||
- dnf install -y ansible python3-pip
|
- dnf install -y ansible python3-pip
|
||||||
- pip3 install -r ci-requirements.txt
|
- pip3 install -r ci-requirements.txt
|
||||||
|
@ -20,7 +20,7 @@ Run Workstation playbook on fedora:
|
||||||
|
|
||||||
Run Workstation playbook on ubuntu:
|
Run Workstation playbook on ubuntu:
|
||||||
stage: apt_systems
|
stage: apt_systems
|
||||||
image: ubuntu
|
image: ubuntu:latest
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y ansible python3-pip python3-apt
|
- apt-get install -y ansible python3-pip python3-apt
|
||||||
|
|
Loading…
Reference in a new issue