Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Commits
66f7f347
Commit
66f7f347
authored
6 years ago
by
Prada Sarasola, Miguel
Browse files
Options
Downloads
Plain Diff
Merge branch '6-git-fetch-tries-to-gather-files-from-lfs' into 'master'
Resolve "Git fetch tries to gather files from LFS" Closes
#6
See merge request
!15
parents
50fd4766
a8c03a8e
No related branches found
Branches containing commit
No related tags found
1 merge request
!15
Resolve "Git fetch tries to gather files from LFS"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+1
-0
1 addition, 0 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+1
-0
1 addition, 0 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
2 additions
and
0 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
1
−
0
View file @
66f7f347
...
...
@@ -2,6 +2,7 @@ image: docker:git
variables
:
TMPDIR
:
"
/builds/${CI_PROJECT_NAMESPACE}"
GIT_LFS_SKIP_SMUDGE
:
"
1"
# Avoid fetching the files from LFS when doing git fetch
services
:
-
docker:dind
...
...
This diff is collapsed.
Click to expand it.
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
1
−
0
View file @
66f7f347
...
...
@@ -2,6 +2,7 @@ image: docker:git
variables
:
TMPDIR
:
"
/builds/${CI_PROJECT_NAMESPACE}"
GIT_LFS_SKIP_SMUDGE
:
"
1"
# Avoid fetching the files from LFS when doing git fetch
services
:
-
docker:dind
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment