Re: Rename directory on cloning or fetching repository in gitlab-ci-multirunner CI

2017-06-13 Thread Aleksey Tsalolikhin
Nice work and thanks for letting us know! On Jun 13, 2017 3:35 AM, "johannes amorosa" wrote: > Nevermind. We had a special naming convention that needed the checkout > onto a different folder name, > based on local or on CI checkout. > > I changed our naming convention using subgroups. This is m

Re: Rename directory on cloning or fetching repository in gitlab-ci-multirunner CI

2017-06-13 Thread johannes amorosa
Nevermind. We had a special naming convention that needed the checkout onto a different folder name, based on local or on CI checkout. I changed our naming convention using subgroups. This is much cleaner, anyway! Thanks for your time Johannes On Monday, 12 June 2017 16:45:55 UTC+2, Aleksey Tsa

Re: Rename directory on cloning or fetching repository in gitlab-ci-multirunner CI

2017-06-12 Thread Aleksey Tsalolikhin
Hi Johannes. Why do you want to clone the repo to a different directory name? ᐧ -- Need training on CFEngine, Git or Time Management? Email train...@verticalsysadmin.com. On Fri, Jun 9, 2017 at 2:02 AM, johannes amorosa wrote: > Is there a way to control how gitlab-ci-mutlirunner is cloning/

Rename directory on cloning or fetching repository in gitlab-ci-multirunner CI

2017-06-09 Thread johannes amorosa
Is there a way to control how gitlab-ci-mutlirunner is cloning/fetching the repository. What I specifically need is to clone/fetch the repo to a new directory name. This is like a standard git clone with added new name: git clone git@gitlab:dev-op/repo_name.git newname Thanks for your time Joh