-
Notifications
You must be signed in to change notification settings - Fork 19
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
[rtwcli] add rtw workspace delete #147
Conversation
This pull request is in conflict. Could you fix it @muritane? |
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 have tried to delete a workspace, but it didn't work. Is this inteded?
f"Failed to delete docker image '{docker_tag}'. Error:\n{e.output.decode('utf-8')}" | ||
) | ||
|
||
def handle_delete_workspaces( |
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.
Can we ask if we should delete "src" folder please?
] | ||
self.handle_delete_workspaces(ws_names_to_delete, workspaces_config) | ||
|
||
def delete_docker_image(self, docker_tag: str) -> None: |
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.
We should also delete docker containers related to workspace.
599c674
to
19937fd
Compare
This pull request is in conflict. Could you fix it @muritane? |
this branch is outdated |
No description provided.