From 267ec154a525d0dabb7aea5cee4020d449f3918f Mon Sep 17 00:00:00 2001 From: Jon Azpiazu <jon.azpiazu@tecnalia.com> Date: Wed, 20 Feb 2019 09:09:39 +0100 Subject: [PATCH] Add note for LFS --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index f9acd6f..f50fb4d 100644 --- a/README.adoc +++ b/README.adoc @@ -26,6 +26,8 @@ Both define basically the same pipeline, consisting of the following stages and * Check Markdown syntax * Check files have no trailing whitespace and are UTF-8 encoded +It is important to note that both images set the variable `GIT_LFS_SKIP_SMUDGE`, which means that when the repositories are cloned/fetched, the files hosted using Git LFS will not be downloaded. An example on how to explicitely fetch the files from LFS can be found in the https://git.code.tecnalia.com/tecnalia_robotics/common_config/blob/e93dbe6379d94e6a895a33c59bf17ccab26eacf9/.gitlab-ci.yml#L132[common_config repository]. + == Custom `rosdep` definitions Custom `rosdep` definitions for the packages hosted in our internal debian repository are declared in link:rosdistro/rosdep_tecnalia.yaml[]. -- GitLab