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 !15
parents 50fd4766 a8c03a8e
No related branches found
No related tags found
1 merge request!15Resolve "Git fetch tries to gather files from LFS"
......@@ -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.
Finish editing this message first!
Please register or to comment