🎨 Improve remove workspace dir path https://ld246.com/article/1703151906396

This commit is contained in:
Daniel 2023-12-22 23:38:31 +08:00
parent 2742fc369b
commit b1f0e325b9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -160,10 +160,6 @@ func removeWorkspaceDir(c *gin.Context) {
ret.Msg = err.Error()
return
}
if util.WorkspaceDir == path && (util.ContainerIOS == util.Container || util.ContainerAndroid == util.Container) {
os.Exit(logging.ExitCodeOk)
}
}
func removeWorkspaceDirPhysically(c *gin.Context) {