Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
aa898092
Commit
aa898092
authored
May 07, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change commit ref to commit sha
parent
0380d833
Pipeline
#1355
failed with stages
in 25 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
aa898092
...
...
@@ -24,7 +24,7 @@ before_script:
# Provision efficiently the local LFS cache before checkout
-
git lfs fetch origin $CI_COMMIT_SHA
# Checkout the expected branch
-
git checkout $CI_COMMIT_
REF_NAME
-
git checkout
-f -q
$CI_COMMIT_
SHA
after_script
:
-
python3 CI/cdash_handler.py $CI_COMMIT_SHA $CI_PROJECT_ID $CI_PROJECT_DIR $K8S_SECRET_CDASH
...
...
@@ -49,7 +49,7 @@ fast-build:
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest
before_script
:
-
export GIT_LFS_SKIP_SMUDGE=1
-
git checkout $CI_COMMIT_
REF_NAME
-
git checkout
-f -q
$CI_COMMIT_
SHA
-
python3 CI/check_twin_pipelines.py
script
:
-
ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-fast
...
...
@@ -85,7 +85,7 @@ ubuntu-llvm:
stage
:
prepare
before_script
:
# This override the previous before_script
-
git checkout $CI_COMMIT_
REF_NAME
-
git checkout
-f -q
$CI_COMMIT_
SHA
# We are now doing the git-lfs install
# This is done after the checkout so we avoid downloading Data
# But we need it to upload the archive
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment