0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
wp-opentofu/.drone.yml
Jacob McCann 88118c0cfc 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
2016-10-20 19:28:45 +05:30

13 lines
296 B
YAML

workspace:
base: /go
path: src/github.com/drone-plugins/drone-terraform
pipeline:
test:
image: golang:1.6
environment:
- CGO_ENABLED=0
commands:
- go test -cover -coverprofile=coverage.out
- go build -ldflags "-s -w -X main.revision=$(git rev-parse HEAD)" -a