Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Merge requests
!475
CI: use official registry
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI: use official registry
ci_official_registry
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Guillaume Pasero
requested to merge
ci_official_registry
into
develop
5 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
Switch image to official registry in
orfeotoolbox/otb-build-env
2
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
8dbf7dad
2 commits,
5 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
@@ -9,7 +9,7 @@
# GIT_STRATEGY=fetch (https://gitlab.com/gitlab-org/gitlab-runner/issues/3318)
variables
:
BUILD_IMAGE_REGISTRY
:
$CI_REGISTRY/
gbonnefille
/otb-build-env
BUILD_IMAGE_REGISTRY
:
$CI_REGISTRY/
orfeotoolbox
/otb-build-env
DOCKER_DRIVER
:
overlay2
GIT_DEPTH
:
"
3"
# Disable automatic checkout to let us fetch LFS before
@@ -44,7 +44,7 @@ fast-build:
extends
:
.general
only
:
[
merge_requests
,
branches
]
stage
:
precheck
image
:
$
CI_REGISTRY/gpasero/otb/otb-install
-ubuntu-native
image
:
$
BUILD_IMAGE_REGISTRY/otb
-ubuntu-native
-develop
before_script
:
-
export GIT_LFS_SKIP_SMUDGE=1
-
git checkout $CI_COMMIT_REF_NAME
Loading