mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
cache dir for remote actions
This commit is contained in:
parent
e5680477f9
commit
0f6340f811
5 changed files with 76 additions and 111 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue