mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update pipeline
This commit is contained in:
parent
30931618cc
commit
f0b05cbeda
2 changed files with 19 additions and 14 deletions
|
|
@ -1,5 +1,7 @@
|
|||
stages:
|
||||
- build
|
||||
- validate
|
||||
- publish
|
||||
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
|
@ -7,6 +9,12 @@ include:
|
|||
ref: 'main'
|
||||
file:
|
||||
- 'jobs/golang.yml'
|
||||
- 'pipelines/compliance.yml'
|
||||
- 'pipelines/go-build.yml'
|
||||
- 'pipelines/docker-build.yml'
|
||||
- 'pipelines/linter.yml'
|
||||
- 'pipelines/security.yml'
|
||||
- 'rules/rules.yml'
|
||||
|
||||
gobuild:
|
||||
variables:
|
||||
|
|
@ -15,6 +23,4 @@ gobuild:
|
|||
stage: build
|
||||
rules:
|
||||
- !reference [.default_mr_rules, rules]
|
||||
exists:
|
||||
- "go.mod"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue