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 7413d0d5 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

feat: Remove Ubuntu 18.04 support (fixes #16)

parent 55ec61a6
No related branches found
No related tags found
1 merge request!16feat: Remove Ubuntu 18.04 support (fixes #16)
# Releases
## 1.0.x
- Ubuntu 18.04 LTS support removed.
## 0.4.x
- Remove role dependencies.
......
......@@ -15,7 +15,6 @@ galaxy_info:
- "8"
- name: Ubuntu
versions:
- bionic
- focal
- jammy
galaxy_tags:
......
......@@ -25,13 +25,6 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu1804-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu1804-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2004-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest
pre_build_image: true
......
......@@ -25,13 +25,6 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu1804-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu1804-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2004-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest
pre_build_image: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment