Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
c16aeb80
Commit
c16aeb80
authored
Aug 18, 2016
by
Emmanuel Milou
Browse files
Add Sonar support
parent
25cb437f
Pipeline
#1119
failed with stage
in 29 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c16aeb80
...
@@ -2,3 +2,8 @@ health-check:
...
@@ -2,3 +2,8 @@ health-check:
script
:
script
:
-
fab --version
-
fab --version
-
fab -f . --list-format=nested --list
-
fab -f . --list-format=nested --list
sonar
:
script
:
-
/opt/sonar-scanner/bin/sonar-scanner -Dsonar.host.url='https://sonarqube.savoirfairelinux.net' -Dsonar.login='8317c73bde6903c2cca1fbcc2148a937602fbc97' -Dsonar.analysis.mode=preview -Dsonar.issuesReport.console.enable=true -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.ref=$CI_BUILD_REF_NAME
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment