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

fix missing space

parent 1db27eee
No related branches found
No related tags found
2 merge requests!36Resolve "CI/CD",!18Develop
Pipeline #52647 passed
...@@ -34,7 +34,7 @@ code-quality: ...@@ -34,7 +34,7 @@ code-quality:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
script: script:
# writes golangci-lint output to gl-code-quality-report.json # writes golangci-lint output to gl-code-quality-report.json
- golangci-lint run --config .ci/.golangci.yml--out-format code-climate | tee gl-code-quality-report.json - golangci-lint run --config .ci/.golangci.yml --out-format code-climate | tee gl-code-quality-report.json
artifacts: artifacts:
reports: reports:
codequality: gl-code-quality-report.json codequality: 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