Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
164d5a99
Commit
164d5a99
authored
Apr 17, 2018
by
PRUVOST Florent
Browse files
sonar analysis should be done only on the develop branch of the upstream repository
parent
9ee5417b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
164d5a99
...
...
@@ -76,7 +76,6 @@ sonar:
script
:
-
mv Build/scalfmm-build.log .
-
source ./Utils/scripts/analysis.sh
-
sonar-scanner |tee sonar.log
-
if [[ $CI_REPOSITORY_URL = *"solverstack/ScalFMM"* ]] && [[ $CI_COMMIT_REF_NAME = *"develop"* ]]; then
sonar-scanner |tee sonar.log;
fi
-
sonar-scanner |tee sonar.log;
only
:
-
develop@solverstack/ScalFMM
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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