Skip to content
Snippets Groups Projects
Commit 66f7f347 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

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 tecnalia_robotics-public/gitlab_templates!15
parents 50fd4766 a8c03a8e
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment