Closed johnmcollier closed 4 years ago
https://github.com/openshift/odo/pull/3662 updates the logic odo uses to determine the directory to mount and sync the user's source code to.
As such, the command working directory for some devfiles in this registry needed to be updated:
/projects/<projectName>
/projects
$CHE_PROJECTS_ROOT
$PROJECTS_ROOT
/lgtm
To be merged after https://github.com/openshift/odo/pull/3662 is merged
https://github.com/openshift/odo/pull/3662 updates the logic odo uses to determine the directory to mount and sync the user's source code to.
As such, the command working directory for some devfiles in this registry needed to be updated:
/projects/<projectName>
to/projects
$CHE_PROJECTS_ROOT
to$PROJECTS_ROOT