Skip to content
Snippets Groups Projects
Commit a8c03a8e authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add variable to avoid implicitly fetching files from LFS

parent 50fd4766
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ image: docker:git ...@@ -2,6 +2,7 @@ image: docker:git
variables: variables:
TMPDIR: "/builds/${CI_PROJECT_NAMESPACE}" TMPDIR: "/builds/${CI_PROJECT_NAMESPACE}"
GIT_LFS_SKIP_SMUDGE: "1" # Avoid fetching the files from LFS when doing git fetch
services: services:
- docker:dind - docker:dind
......
...@@ -2,6 +2,7 @@ image: docker:git ...@@ -2,6 +2,7 @@ image: docker:git
variables: variables:
TMPDIR: "/builds/${CI_PROJECT_NAMESPACE}" TMPDIR: "/builds/${CI_PROJECT_NAMESPACE}"
GIT_LFS_SKIP_SMUDGE: "1" # Avoid fetching the files from LFS when doing git fetch
services: services:
- docker:dind - docker:dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment