-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support clonePath in devfile #12557
Comments
hello |
@metlos ? what is your opinion about |
@benoitf I'm an old guy :) |
I've changed |
@metlos thanks. |
Closing as this is now merged. |
Description
Currently, all projects are cloned into direct subdirectories of
CHE_PROJECTS_ROOT
. This can be problematic for some tooling. Go, for example, requires projects to be cloned in a specific location under the root that corresponds to the repository in which the code is hosted.We can support this in devfile by being able to specify a
clonePath
property that would be understood as a relative path.The code would then be cloned to
$CHE_PROJECTS_ROOT/<clonePath>
.The text was updated successfully, but these errors were encountered: