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
8462bc5317
commit
6f04373644
8 changed files with 31 additions and 129 deletions
|
|
@ -17,22 +17,28 @@ version:
|
|||
stage: .pre
|
||||
only:
|
||||
- main
|
||||
- /^release*/
|
||||
|
||||
sonarqube:
|
||||
extends: .sonarcloud-check
|
||||
stage: .pre
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == 'main' || $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
||||
gobuild:
|
||||
extends: .version
|
||||
stage: build
|
||||
|
||||
docker:
|
||||
extends: .docker-build-container
|
||||
stage: publish
|
||||
needs:
|
||||
- job: gobuild
|
||||
artifacts: true
|
||||
only:
|
||||
- main
|
||||
- /^release*/
|
||||
|
||||
helm:
|
||||
extends: .helm-createchart
|
||||
stage: publish
|
||||
only:
|
||||
- main
|
||||
- /^release*/
|
||||
- main
|
||||
Loading…
Add table
Add a link
Reference in a new issue