mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-09 08:41:32 -05:00
update
This commit is contained in:
parent
4575438b7d
commit
a0e20856f0
1 changed files with 1 additions and 22 deletions
23
pipeline.yml
23
pipeline.yml
|
|
@ -6,26 +6,6 @@ variables:
|
||||||
GO_VERSION: "1.20"
|
GO_VERSION: "1.20"
|
||||||
GOLANGCI_LINT_VERISON: "v1.55.2"
|
GOLANGCI_LINT_VERISON: "v1.55.2"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
compliance:
|
|
||||||
stage: compliance
|
|
||||||
trigger:
|
|
||||||
strategy: depend
|
|
||||||
include:
|
|
||||||
- project: 'developerdurp/yml'
|
|
||||||
ref: 'main'
|
|
||||||
file:
|
|
||||||
- 'pipelines/compliance.yml'
|
|
||||||
|
|
||||||
|
|
||||||
gitlab_generic_package:
|
gitlab_generic_package:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -50,6 +30,5 @@ build_go_api:
|
||||||
file:
|
file:
|
||||||
- 'pipelines/golang.yml'
|
- 'pipelines/golang.yml'
|
||||||
rules:
|
rules:
|
||||||
- if: '$PIPELINE =~ /goapi/'
|
- exists:
|
||||||
exists:
|
|
||||||
- "go.mod"
|
- "go.mod"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue