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

Pass sonar token to the actual sonar-scanner call.

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