-
Bug
-
Resolution: Done
-
Critical
-
3.5.0.GA
-
False
-
-
False
-
-
Description of problem:
The sample project is not cloned into the workspace folder if the workspace was created from the existed samples on the dashboard.
It happens because
{ INTERNAL_URL }to sample.zip wasn't replaced in pregenerated devworkspace-che-.yaml* files and looks like:
****
projects:
- name: nodejs-mongodb-sample
zip:
location: '{{ INTERNAL_URL }}/resources/v2/nodejs-mongodb-sample.zip'
****
Steps to Reproduce
Create a workspace by using one of the samples from the dashboard
Actual results:
The project is not cloned into /projects folder
Expected results:
The project should be cloned into the /projects folder and be available in the Project tree
Reproducibility (Always/Intermittent/Only Once):
Always