0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

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
This commit is contained in:
Jacob McCann 2016-10-20 19:28:45 +05:30
parent 794e51347a
commit 88118c0cfc

View File

@ -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