mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-18 20:39:50 +00:00
Merge pull request 'ci: Disable sonarqube for now as it uses Dart 2.17.5 for reasons unknown' (#406) from ci-fix into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/406
This commit is contained in:
commit
9663bbf146
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
- name: Run Tests
|
||||
commands:
|
||||
- ./ci.py --ci-run-tests
|
||||
- sonar-scanner -Dsonar.projectKey=SelfPrivacy-Flutter-App -Dsonar.sources=. -Dsonar.host.url=http://analyzer.lan:9000 -Dsonar.login="$SONARQUBE_TOKEN"
|
||||
# - sonar-scanner -Dsonar.projectKey=SelfPrivacy-Flutter-App -Dsonar.sources=. -Dsonar.host.url=http://analyzer.lan:9000 -Dsonar.login="$SONARQUBE_TOKEN"
|
||||
environment:
|
||||
SONARQUBE_TOKEN:
|
||||
from_secret: SONARQUBE_TOKEN
|
||||
|
|
Loading…
Add table
Reference in a new issue