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
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest
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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment