Skip to content
Snippets Groups Projects
Commit 5dc96889 authored by L4168's avatar L4168
Browse files

gitlab-ci fix

parent df2ad7d7
No related branches found
No related tags found
2 merge requests!59Development to master,!31Development
Pipeline #64278 failed
...@@ -50,7 +50,6 @@ sonarqube: ...@@ -50,7 +50,6 @@ sonarqube:
variables: variables:
SONAR_URL: http://10.166.0.3:9000 SONAR_URL: http://10.166.0.3:9000
SONAR_LOGIN: $SONAR_TOKEN SONAR_LOGIN: $SONAR_TOKEN
SONAR_ANALYSIS_MODE: preview
script: script:
- sonar-scanner-preview - sonar-scanner-preview
- sonar-scanner - sonar-scanner
...@@ -2,3 +2,4 @@ sonar.projectKey=backend ...@@ -2,3 +2,4 @@ sonar.projectKey=backend
sonar.projectName=OverflowBackend sonar.projectName=OverflowBackend
sonar.projectVersion=1.0 sonar.projectVersion=1.0
sonar.sources=. sonar.sources=.
sonar.analysis.mode=preview
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment