Skip to content
Snippets Groups Projects
Commit 4af40393 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

new CI

parent eed6d366
No related branches found
No related tags found
1 merge request!1Resolve "Set up CI"
Pipeline #53054 passed with warnings
code-quality-master:
image: golangci/golangci-lint:latest-alpine
stage: test
allow_failure: true
tags:
- baremetal
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......@@ -15,9 +17,10 @@ code-quality-master:
code-quality:
image: golangci/golangci-lint:latest-alpine
stage: test
allow_failure: true
tags:
- baremetal
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment