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

Merge branch 'ci_fix_fastbuild' into 'develop'

CI: fix image name to satisfy regexp

See merge request orfeotoolbox/otb!476
parents 54df5057 55f4e5e5
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ fast-build:
extends: .general
only: [merge_requests, branches]
stage: precheck
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest
before_script:
- export GIT_LFS_SKIP_SMUDGE=1
- 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