From 88118c0cfc710e2562cdea28852f1e907030790d Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Thu, 20 Oct 2016 19:28:45 +0530 Subject: [PATCH] Remove some publishing steps for now until I can properly deal with secrets beta.drone.io is http so don't want to setup secrets with it yet --- .drone.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5f5c1d8..af394f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,24 +10,3 @@ pipeline: commands: - go test -cover -coverprofile=coverage.out - go build -ldflags "-s -w -X main.revision=$(git rev-parse HEAD)" -a - - coverage: - image: coverage - when: - branch: master - - latest: - image: docker - repo: plugins/drone-terraform - tags: [ "latest", "1.0", "1" ] - when: - branch: master - event: push - -plugin: - name: Terraform - desc: Execute Terraform plan and apply - type: deploy - image: plugins/drone-terraform - labels: - - terraform