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

Merge branch '16-ci-cd' into 'develop'

Resolve "CI/CD"

See merge request cocsn/gosdn!36
parents 2d11812d a0c80af3
No related branches found
No related tags found
2 merge requests!36Resolve "CI/CD",!18Develop
Pipeline #52649 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