Skip to content
Snippets Groups Projects
Commit a95f8869 authored by Soeren Peters's avatar Soeren Peters
Browse files

Pass securtiy token to the sonar-scanner. This token has to be provided as a gitlab variable.

parent c148a5b7
No related branches found
No related tags found
1 merge request!3Add manual numerical gpu test and enable the sonar-scanner again.
...@@ -574,7 +574,7 @@ sonar-scanner: ...@@ -574,7 +574,7 @@ sonar-scanner:
- echo "sonar.sourceEncoding=UTF-8" >> conf/sonar-scanner.properties - echo "sonar.sourceEncoding=UTF-8" >> conf/sonar-scanner.properties
- cat conf/sonar-scanner.properties - cat conf/sonar-scanner.properties
- export PATH+=:$(pwd)/bin - export PATH+=:$(pwd)/bin
- sonar-scanner -v - sonar-scanner -v -Dsonar.login=$SONAR_SECURITY_TOKEN
script: script:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
......
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