ipedrazas / drone-helm

Helm (Kubernetes) plugin for drone.io
MIT License
120 stars 90 forks source link

plugin package #59

Closed jmccann closed 6 years ago

jmccann commented 6 years ago

convert plugin code into a plugin package. This is to allow importing the code into other things.

My use case is I'd like to use this code inside an internal plugin I'm creating. 😃

I also converted from using glide to dep. I was having issues running testing with how things were vendor'd with glide. This updated all the packages. I'm planning to test a binary with this code tomorrow.

I opened a PR now to get some input (if any) in the meantime. 😃

jmccann commented 6 years ago

Just tested and is still working as expected.