ci-includes-yml/pipelines/go-build.yml

26 lines
525 B
YAML
Raw Normal View History

2024-05-05 10:26:28 -05:00
stages:
- build
2024-05-05 13:57:52 -05:00
- validate
- publish
2024-05-05 10:26:28 -05:00
2024-05-05 10:05:11 -05:00
include:
- template: Security/Secret-Detection.gitlab-ci.yml
- project: 'developerdurp/yml'
ref: 'main'
file:
- 'jobs/golang.yml'
2024-05-05 13:57:52 -05:00
- 'pipelines/compliance.yml'
- 'pipelines/docker-build.yml'
- 'pipelines/linter.yml'
- 'pipelines/security.yml'
- 'rules/rules.yml'
2024-05-05 10:05:11 -05:00
gobuild:
variables:
GOPROXY: https://nexus.durp.info/repository/go/
extends: .golang-build
stage: build
rules:
2024-05-05 13:39:22 -05:00
- !reference [.default_mr_rules, rules]
2024-05-05 10:05:11 -05:00