This commit is contained in:
parent
a111b75664
commit
c1d6065f7d
@ -81,7 +81,7 @@ func (p *plugin) Find(ctx context.Context, req *config.Request) (*drone.Config,
|
||||
return &drone.Config{
|
||||
Data: "",
|
||||
Kind: "",
|
||||
}, nil
|
||||
}, errors.New("skipping build")
|
||||
}
|
||||
retData := destinationApi + "\n\n" + destinationService
|
||||
n := strings.LastIndex(retData, "---")
|
||||
|
Loading…
x
Reference in New Issue
Block a user