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

removed rule that did not work as intended

parent 4abad9a5
No related branches found
No related tags found
Loading
Pipeline #52654 passed with warnings
......@@ -14,8 +14,7 @@ code-quality-master:
stage: test
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: manual
- if: $CI_DEFAULT_BRANCH
script:
# writes golangci-lint output to gl-code-quality-report.json
- golangci-lint run --config .ci/.golangci-master.yml --out-format code-climate | tee gl-code-quality-report.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment