This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 2574f1f8 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Merge branch 'fix_sonar_analyze_in_ci' into 'development'

Put the sonar-analyze job into a separate stage

See merge request sharing/codeability-sharing-platform!131
parents b27231f9 e4008efa
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -11,6 +11,7 @@ stages: ...@@ -11,6 +11,7 @@ stages:
- lint - lint
- build - build
- test - test
- analyze
- release - release
- deploy - deploy
- e2e - e2e
...@@ -181,7 +182,7 @@ e2e-test: ...@@ -181,7 +182,7 @@ e2e-test:
when: on_success when: on_success
sonar-analyze: sonar-analyze:
stage: test stage: analyze
cache: cache:
# inherit all global cache settings # inherit all global cache settings
<<: *global_cache <<: *global_cache
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment