cache dir for remote actions

This commit is contained in:
Casey Lee
2020-02-23 22:34:48 -08:00
parent 94591c58d7
commit 88041afb87
5 changed files with 76 additions and 111 deletions

View File

@@ -171,7 +171,7 @@ func (cr *containerReference) remove() common.Executor {
Force: true,
})
if err != nil {
return errors.WithStack(err)
logger.Error(errors.WithStack(err))
}
logger.Debugf("Removed container: %v", cr.id)