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

fix: Molecule code style (fixes #14)

parent 895acd89
Branches
Tags v1.1.0
1 merge request!14fix: Molecule code style (fixes #14)
...@@ -7,42 +7,42 @@ platforms: ...@@ -7,42 +7,42 @@ platforms:
- name: amazonlinux2-${CI_JOB_ID:-0} - name: amazonlinux2-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/amazonlinux2-ansible:latest image: code.europa.eu:4567/ecgalaxy/amazonlinux2-ansible:latest
pre_build_image: true pre_build_image: true
env: environment:
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: centos7-${CI_JOB_ID:-0} - name: centos7-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/centos7-ansible:latest image: code.europa.eu:4567/ecgalaxy/centos7-ansible:latest
pre_build_image: true pre_build_image: true
env: environment:
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: rockylinux8-${CI_JOB_ID:-0} - name: rockylinux8-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/rockylinux8-ansible:latest image: code.europa.eu:4567/ecgalaxy/rockylinux8-ansible:latest
pre_build_image: true pre_build_image: true
env: environment:
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: ubuntu1804-${CI_JOB_ID:-0} - name: ubuntu1804-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu1804-ansible:latest image: code.europa.eu:4567/ecgalaxy/ubuntu1804-ansible:latest
pre_build_image: true pre_build_image: true
env: environment:
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: ubuntu2004-${CI_JOB_ID:-0} - name: ubuntu2004-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest
pre_build_image: true pre_build_image: true
env: environment:
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} - name: ubuntu2204-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2204-ansible:latest image: code.europa.eu:4567/ecgalaxy/ubuntu2204-ansible:latest
pre_build_image: true pre_build_image: true
env: environment:
http_proxy: "${http_proxy}" http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}" https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment