2021-11-20 03:19:51 +05:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: build
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: lint
|
2022-06-29 00:32:36 +05:00
|
|
|
image: code.pztrn.name/containers/mirror/golangci/golangci-lint:v1.46.2
|
2021-11-20 03:19:51 +05:00
|
|
|
environment:
|
|
|
|
CGO_ENABLED: 0
|
|
|
|
commands:
|
|
|
|
- golangci-lint run
|
|
|
|
|
|
|
|
- name: docker
|
2022-06-29 00:32:36 +05:00
|
|
|
image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0
|
2021-11-20 03:19:51 +05:00
|
|
|
when:
|
2022-06-29 00:32:36 +05:00
|
|
|
branch: ["master"]
|
2021-11-20 03:19:51 +05:00
|
|
|
settings:
|
2022-06-29 00:32:36 +05:00
|
|
|
registry: code.pztrn.name
|
|
|
|
username: drone
|
2021-11-20 03:19:51 +05:00
|
|
|
password:
|
2022-06-29 00:32:36 +05:00
|
|
|
from_secret: drone_secret
|
|
|
|
repo: code.pztrn.name/apps/periodicator
|
2021-11-20 03:19:51 +05:00
|
|
|
auto_tag: true
|