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
ae48033f
Commit
ae48033f
authored
May 03, 2019
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix checkout commands
parent
4d7950b5
Pipeline
#1331
failed with stages
in 7 minutes and 49 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 @
ae48033f
...
...
@@ -22,7 +22,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
...
...
@@ -46,7 +46,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
...
...
@@ -82,7 +82,7 @@ ubuntu-llvm:
before_script
:
# This override the previous before_script
-
export GIT_LFS_SKIP_SMUDGE=1
-
git checkout $CI_COMMIT_
REF_NAME
-
git checkout
-f -q
$CI_COMMIT_
SHA
-
export GIT_LFS_SKIP_SMUDGE=0
# This is for debug, we are checking the owner of the ssh key
-
ssh -T git@gitlab.orfeo-toolbox.org
...
...
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