Commit 5f31067a authored by Remi Cresson's avatar Remi Cresson
Browse files

CI: refactor variables

Showing with 3 additions and 2 deletions
+3 -2
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
variables:
OTBTF_VERSION: 4.0.0
OTB_BUILD: /src/otb/build/OTB/build # Local OTB build directory
......@@ -20,6 +18,9 @@ variables:
DOCKERHUB_IMAGE_BASE: ${DOCKERHUB_BASE}:${OTBTF_VERSION}
CPU_BASE_IMG: ubuntu:22.04
GPU_BASE_IMG: nvidia/cuda:12.0.1-cudnn8-devel-ubuntu22.04
image: $BRANCH_IMAGE
workflow:
rules:
- if: $CI_MERGE_REQUEST_ID || $CI_COMMIT_REF_NAME =~ /master/ # Execute jobs in merge request context, or commit in master branch
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment