Initial config for building the plugin itself

This commit is contained in:
Erin Call
2019-12-03 09:50:15 -08:00
parent 6b121047e1
commit ba75a9b1d8
7 changed files with 87 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# Drone plugin for Helm 3
TODO: useful information in this README
TODO:
* [x] Make a `.drone.yml` that's sufficient for building an image
* [x] Make a `Dockerfile` that's sufficient for launching the built image
* [ ] Make `cmd/drone-helm/main.go` actually invoke `helm`
* [ ] Change `.drone.yml` to use a real docker registry