Skip to content
Snippets Groups Projects
Commit 9e466cb4 authored by Dominique Barton's avatar Dominique Barton :unicorn:
Browse files

CI: Use new pipeline job name

parent f490fa11
Branches
No related tags found
No related merge requests found
......@@ -6,33 +6,33 @@ include:
variables:
NODE_VERSION: 23
Build:
Docker image:
rules:
- if: $CI_JOB_NAME == "Build"
- if: $CI_JOB_NAME == "Docker image"
when: never
- if: $CI
Build Python latest:
extends: Build
Python l Docker imageatest:
extends: Docker image
variables:
PYTHON_VERSION: latest
Build Python 3:
extends: Build
Python 3 Docker image:
extends: Docker image
variables:
PYTHON_VERSION: 3
Build Python 3.10:
extends: Build
Python 3 Docker image.10:
extends: Docker image
variables:
PYTHON_VERSION: 3.10
Build Python 3.11:
extends: Build
Python 3 Docker image.11:
extends: Docker image
variables:
PYTHON_VERSION: 3.11
Build Python 3.12:
extends: Build
Python 3 Docker image.12:
extends: Docker image
variables:
PYTHON_VERSION: 3.12
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment