mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 08:31:57 +00:00
Add linter staticcheck (#535)
* Add linter staticcheck Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -149,9 +149,9 @@ func (e *engine) Wait(ctx context.Context, proc *backend.Step) (*backend.State,
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if info.State.Running {
|
||||
// todo
|
||||
}
|
||||
// if info.State.Running {
|
||||
// TODO
|
||||
// }
|
||||
|
||||
return &backend.State{
|
||||
Exited: true,
|
||||
|
Reference in New Issue
Block a user