ci-includes-yml/pipeline.yml

21 lines
326 B
YAML
Raw Normal View History

2023-11-25 05:17:14 -06:00
stages:
2024-05-05 14:01:04 -05:00
- deploy
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 13:57:52 -05:00
build_go:
stage: deploy
2024-05-05 14:04:16 -05:00
allow_failure: false
2024-05-05 13:57:52 -05:00
trigger:
include:
- project: 'developerdurp/yml'
ref: 'main'
file:
- 'pipelines/go-build.yml'
2024-05-05 14:06:24 -05:00
strategy: depend
2024-05-05 13:57:52 -05:00
rules:
2024-05-05 14:00:40 -05:00
- exists:
2024-05-05 13:57:52 -05:00
- "go.mod"