Skip to content
Snippets Groups Projects
Commit 59a59aa8 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: switch to official registry

parent 70da6c02
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# GIT_STRATEGY=fetch (https://gitlab.com/gitlab-org/gitlab-runner/issues/3318) # GIT_STRATEGY=fetch (https://gitlab.com/gitlab-org/gitlab-runner/issues/3318)
variables: variables:
BUILD_IMAGE_REGISTRY: $CI_REGISTRY/gbonnefille/otb-build-env BUILD_IMAGE_REGISTRY: $CI_REGISTRY/orfeotoolbox/otb-build-env
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
GIT_DEPTH: "3" GIT_DEPTH: "3"
# Disable automatic checkout to let us fetch LFS before # Disable automatic checkout to let us fetch LFS before
...@@ -44,7 +44,7 @@ fast-build: ...@@ -44,7 +44,7 @@ fast-build:
extends: .general extends: .general
only: [merge_requests, branches] only: [merge_requests, branches]
stage: precheck stage: precheck
image: $CI_REGISTRY/gpasero/otb/otb-install-ubuntu-native image: $BUILD_IMAGE_REGISTRY/otb-install-ubuntu-native
before_script: before_script:
- export GIT_LFS_SKIP_SMUDGE=1 - export GIT_LFS_SKIP_SMUDGE=1
- git checkout $CI_COMMIT_REF_NAME - git checkout $CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment