Skip to content
Snippets Groups Projects
Commit 94e9f078 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: matrix for ENV

parent 0d193644
No related branches found
No related tags found
1 merge request!662feat: new environment prod
This commit is part of merge request !662. Comments created here will be created in the context of that merge request.
...@@ -250,13 +250,15 @@ jug_dev:default: ...@@ -250,13 +250,15 @@ jug_dev:default:
- BASE_IMAGE: debian_stable_base - BASE_IMAGE: debian_stable_base
BUILD_IMAGE: jug_ BUILD_IMAGE: jug_
PLATFORM: linux/amd64,linux/arm64/v8 PLATFORM: linux/amd64,linux/arm64/v8
ENV: dev,prod ENV: [dev, prod]
# - BASE_IMAGE: oneapi_base # - BASE_IMAGE: oneapi_base
# BUILD_IMAGE: jug_dev_oneapi # BUILD_IMAGE: jug_dev_oneapi
# PLATFORM: linux/amd64 # PLATFORM: linux/amd64
# ENV: [prod]
# - BASE_IMAGE: cuda_base_new # - BASE_IMAGE: cuda_base_new
# BUILD_IMAGE: jug_dev_cuda # BUILD_IMAGE: jug_dev_cuda
# PLATFORM: linux/amd64 # PLATFORM: linux/amd64
# ENV: [prod]
extends: .build extends: .build
stage: jug stage: jug
needs: needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment