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
No related branches found
No related tags found
No related merge requests found
variables:
BUILD_REGISTRY: $CI_REGISTRY/gbonnefille
BUILD_IMAGE_REGISTRY: $CI_REGISTRY/gbonnefille/otb-build-env
DOCKER_DRIVER: overlay2
GIT_DEPTH: "3"
......@@ -17,13 +17,13 @@ stages:
native-build:
extends: .general
stage: build
image: $BUILD_REGISTRY/otb-build-env/otb-ubuntu-native:18.04
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native:18.04
script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
shark-build:
extends: .general
stage: build
image: $BUILD_REGISTRY/otb-build-env/otb-ubuntu-shark:18.04
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-shark:18.04
script:
- 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