Re: Pipeline git an LFS project

2018-08-17 Thread Leandro Cofre
the options and capabilities of the > "checkout" step. > > Mark Waite > > On Fri, Aug 17, 2018 at 7:42 AM Leandro Cofre > wrote: > >> Hi, >> >> I have a pipeline where I checkout two repositories, one with source code >> and the other with bi

Pipeline git an LFS project

2018-08-17 Thread Leandro Cofre
Hi, I have a pipeline where I checkout two repositories, one with source code and the other with binaries that are part of the release. The latter uses the LFS git plugin. My question is if there's a simpler way to declare I want to clone a git LFS repo other than the one I write below. The ot