bitsbeats / drone-tree-config

Drone helper for mono repositories.
Apache License 2.0
103 stars 24 forks source link

Change whitelist default behavior on non-match #13

Closed mach6 closed 4 years ago

mach6 commented 4 years ago

Drone will do the default behavior if/when a plugin returns nil,nil. Changed the plugin.go logic to comply with this when whitelist is used

Reference: https://github.com/drone/boilr-config/blob/master/template/plugin/plugin.go#L54-L57

foosinn commented 4 years ago

Thanks @mach6, I did not know that.

dsimmons-ns commented 4 years ago

@foosinn No worries. It caught me off guard also. Thus, the new PR to correct my original contribution. :)