mirror of
https://github.com/harness/drone.git
synced 2025-05-16 17:09:58 +08:00
Remove unreachable return.
This commit is contained in:
parent
baf468973f
commit
4cd5e69e7b
@ -121,8 +121,6 @@ func (b *Builder) Run() error {
|
||||
b.BuildState.Finished = time.Now().UTC().Unix()
|
||||
return nil
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (b *Builder) setup() error {
|
||||
|
Loading…
Reference in New Issue
Block a user