ci-includes-yml/pipeline.yml

18 lines
318 B
YAML
Raw Normal View History

2023-11-25 05:17:14 -06:00
stages:
2024-05-05 10:05:11 -05:00
- build
- validate
- publish
2023-11-25 08:01:22 -06:00
2023-11-25 07:55:36 -06:00
variables:
2024-05-05 08:37:35 -05:00
GO_VERSION: "1.22"
GOLANGCI_LINT_VERISON: "v1.58.0"
2023-11-25 05:17:14 -06:00
2024-05-05 10:05:11 -05:00
include:
- project: 'developerdurp/yml'
ref: 'main'
file:
2024-05-05 10:18:32 -05:00
- 'pipelines/compliance.yml'
2024-05-05 10:05:11 -05:00
- 'pipelines/go-build.yml'
2024-05-05 10:21:48 -05:00
- 'pipelines/docker-build.yml'
2024-05-05 10:05:11 -05:00
- 'pipelines/linter.yml'