From b77fa7f0b3dc26884c6bcfb4e2f00aed443817e8 Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Thu, 20 Oct 2016 19:51:42 +0530 Subject: [PATCH] Update the README.md to support new plugin structure for Drone 0.5 --- README.md | 130 ++++++++++-------------------------------------------- 1 file changed, 24 insertions(+), 106 deletions(-) diff --git a/README.md b/README.md index dc0ca3a..31ae82d 100644 --- a/README.md +++ b/README.md @@ -1,123 +1,41 @@ # drone-terraform -[![Build Status](http://beta.drone.io/api/badges/drone-plugins/drone-terraform/status.svg)](http://beta.drone.io/drone-plugins/drone-terraform) -[![Coverage Status](https://aircover.co/badges/drone-plugins/drone-terraform/coverage.svg)](https://aircover.co/drone-plugins/drone-terraform) -[![](https://badge.imagelayers.io/plugins/drone-terraform:latest.svg)](https://imagelayers.io/?images=plugins/drone-terraform:latest 'Get your own badge on imagelayers.io') +Drone plugin to execute Terraform plan and apply. For the usage information and +a listing of the available options please take a look at [the docs](DOCS.md). -Drone plugin to execute Terraform plan and apply. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md). +## Build -## Binary - -Build the binary using `make`: +Build the binary with the following commands: ``` -make deps build +go build +go test ``` -### Example +## Docker -```sh -./drone-terraform <