0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-10 04:10:41 +00:00
wp-opentofu/.drone.yml

13 lines
296 B
YAML
Raw Normal View History

2016-10-08 17:17:12 +00:00
workspace:
base: /go
path: src/github.com/drone-plugins/drone-terraform
pipeline:
test:
image: golang:1.8
2016-10-08 17:17:12 +00:00
environment:
- CGO_ENABLED=0
commands:
- go test -cover -coverprofile=coverage.out
2016-10-09 05:08:37 +00:00
- go build -ldflags "-s -w -X main.revision=$(git rev-parse HEAD)" -a