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

Skip to content
Snippets Groups Projects
Commit cbd5244c 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 747d04ed 276367b2
Branches
2 merge requests!142Bringing elasticsearch 8.x into production,!131Put the sonar-analyze job into a separate stage
......@@ -11,6 +11,7 @@ stages:
- lint
- build
- test
- analyze
- release
- deploy
- e2e
......@@ -181,7 +182,7 @@ e2e-test:
when: on_success
sonar-analyze:
stage: test
stage: analyze
cache:
# inherit all global cache settings
<<: *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