-
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
CHE-3973: Fix deletion of WS folder on WS deletion #4122
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1955/ |
} | ||
return doGetPathByName(workspaceName); | ||
} | ||
|
||
private String doGetPathByName(String workspaceName) throws IOException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can rename method doGetPathByName to getPathByName.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted back this class.
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1967/ |
What does this PR do?
Fix a bug where workpsace folder was present after workpsace delation.
Since Che is running in a docker container, the default workpspace folder is located in the container by
/data/workspaces/{workspace name}
root.What issues does this PR fix or reference?
#3973
Changelog
Fix a bug where workspace folder was present after workpsace deletion
Release Notes
Bugfix N/A
Docs PR
Bugfix N/A