gitlab-ci-runner icon indicating copy to clipboard operation
gitlab-ci-runner copied to clipboard

Checkout projects into project-id/project_name subdirectory

Open gdunkle opened this issue 11 years ago • 1 comments

I had a situation where in some cases a project had dependencies on others projects being in the same directory. This change corresponds with changes in gitlab-ci pull request https://github.com/gitlabhq/gitlab-ci/pull/307 which exposes the project name. With this the runner can checkout the main project into a subdirectory based on the project name and then the build script can handle checking out the project dependencies for building.

gdunkle avatar Oct 23 '13 16:10 gdunkle

Can you please make this PR mergeable?

jvanbaarsen avatar Apr 07 '14 19:04 jvanbaarsen