Skip to content
Snippets Groups Projects
Commit 11a09a1a authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Factorize more registry's path

parent 7ae91cd5
Branches
Tags
No related merge requests found
variables: variables:
BUILD_REGISTRY: $CI_REGISTRY/gbonnefille BUILD_IMAGE_REGISTRY: $CI_REGISTRY/gbonnefille/otb-build-env
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
GIT_DEPTH: "3" GIT_DEPTH: "3"
...@@ -17,13 +17,13 @@ stages: ...@@ -17,13 +17,13 @@ stages:
native-build: native-build:
extends: .general extends: .general
stage: build stage: build
image: $BUILD_REGISTRY/otb-build-env/otb-ubuntu-native:18.04 image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native:18.04
script: script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
shark-build: shark-build:
extends: .general extends: .general
stage: build stage: build
image: $BUILD_REGISTRY/otb-build-env/otb-ubuntu-shark:18.04 image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-shark:18.04
script: script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4 - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment