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
85a837e652
commit
9e448a716d
4 changed files with 33 additions and 17 deletions
13
pipeline.yml
13
pipeline.yml
|
|
@ -25,3 +25,16 @@ gitlab_generic_package:
|
|||
- 'pipelines/gitlab_generic_packages.yml'
|
||||
rules:
|
||||
- if: '$PIPELINE =~ /gitlab/'
|
||||
|
||||
build_go_api:
|
||||
stage: deploy
|
||||
needs:
|
||||
- job: compliance
|
||||
trigger:
|
||||
include:
|
||||
- project: 'developerdurp/yml'
|
||||
ref: 'main'
|
||||
file:
|
||||
- 'pipelines/golang.yml'
|
||||
rules:
|
||||
- if: '$PIPELINE =~ /goapi/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue