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
75c86b6c
Commit
75c86b6c
authored
May 15, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put back git config
parent
f8a5cdba
Pipeline
#1457
passed with stages
in 53 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-2
No files found.
.gitlab-ci.yml
View file @
75c86b6c
...
...
@@ -49,7 +49,7 @@ stages:
only
:
[
merge_requests
]
stage
:
build
before_script
:
-
git lfs install
-
git lfs install
--skip-repo
# Provision efficiently the local LFS cache before checkout
-
git lfs fetch origin $CI_COMMIT_SHA
# Checkout the expected branch
...
...
@@ -80,7 +80,9 @@ ubuntu-llvm:
stage
:
prepare
before_script
:
-
git checkout -f -q $CI_COMMIT_SHA
-
git lfs install
-
git lfs install --skip-repo
-
git config --global user.email "otbbot@orfeo-toolbox.org"
-
git config --global user.name "otbbot"
artifacts
:
expire_in
:
24 hrs
when
:
always
...
...
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