Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 4d7c6643 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

ci: Add Ubuntu 22.04 support (fixes #5)

parent ae3b0d61
Branches
Tags
No related merge requests found
...@@ -17,6 +17,7 @@ galaxy_info: ...@@ -17,6 +17,7 @@ galaxy_info:
versions: versions:
- bionic - bionic
- focal - focal
- jammy
galaxy_tags: galaxy_tags:
- bootstrap - bootstrap
- system - system
......
...@@ -39,6 +39,13 @@ platforms: ...@@ -39,6 +39,13 @@ platforms:
http_proxy: "${http_proxy}" http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}" https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
- name: ubuntu2204-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2204-ansible:latest
pre_build_image: true
env:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
provisioner: provisioner:
name: ansible name: ansible
inventory: inventory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment