mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
f1d097a01a
commit
70823bb3ed
10 changed files with 37 additions and 20 deletions
10
pipeline.yml
10
pipeline.yml
|
|
@ -3,8 +3,8 @@ stages:
|
|||
- deploy
|
||||
|
||||
variables:
|
||||
GO_VERSION: "1.20"
|
||||
GOLANGCI_LINT_VERISON: "v1.55.2"
|
||||
GO_VERSION: "1.22"
|
||||
GOLANGCI_LINT_VERISON: "v1.58.0"
|
||||
|
||||
gitlab_generic_package:
|
||||
stage: deploy
|
||||
|
|
@ -19,10 +19,10 @@ gitlab_generic_package:
|
|||
rules:
|
||||
- if: '$PIPELINE =~ /gitlab/'
|
||||
|
||||
build_go_api:
|
||||
build_go:
|
||||
stage: deploy
|
||||
needs:
|
||||
- job: compliance
|
||||
#needs:
|
||||
# - job: compliance
|
||||
trigger:
|
||||
include:
|
||||
- project: 'developerdurp/yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue