flagger/.drone.yml

20 lines
405 B
YAML
Raw Permalink Normal View History

---
kind: pipeline
type: docker
2020-06-18 00:33:09 +05:00
name: test-and-lint
steps:
- name: lint
image: code.pztrn.name/containers/mirror/golangci/golangci-lint:v1.46.2
environment:
2020-06-18 00:33:09 +05:00
CGO_ENABLED: "0"
commands:
- golangci-lint run
- name: test-1.18
image: code.pztrn.name/containers/mirror/golang:1.18.3-alpine
2020-06-18 00:33:09 +05:00
environment:
CGO_ENABLED: "0"
commands:
- go test -cover -test.v .