You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
459 B
25 lines
459 B
pipeline:
|
|
test:
|
|
image: golang:1.6
|
|
environment:
|
|
- CGO_ENABLED=0
|
|
- GOPATH=/drone
|
|
commands:
|
|
- make vet
|
|
- make build
|
|
- make test
|
|
docker:
|
|
storage_driver: overlay
|
|
repo: plugins/drone-terraform
|
|
tag: [ "latest" ]
|
|
when:
|
|
branch: release/0.4
|
|
event: push
|
|
|
|
plugin:
|
|
name: Terraform
|
|
desc: Execute Terraform plan and apply
|
|
type: deploy
|
|
image: plugins/drone-terraform
|
|
labels:
|
|
- terraform
|
|
|