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
asm
asm
Commits
46b512f8
Commit
46b512f8
authored
May 12, 2021
by
Martin Hamant
💬
Browse files
typo / quote
parent
f49e8a24
Pipeline
#13012
passed with stage
in 8 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
46b512f8
...
...
@@ -18,4 +18,4 @@ build:
-
$GRADLE test jacocoTestCoverageVerification
-
if [ $NEXUS_USER_NAME ]; then $GRADLE publish; fi
-
if [ !$NEXUS_USER_NAME ]; then $GRADLE publishToMavenLocal; fi
-
'
$GRADLE
jacocoTestReport
sonarqube
-Dsonar.host.url=$SONAR
'
-Dsonar.login=${SONAR_LOGIN}
-
'
$GRADLE
jacocoTestReport
sonarqube
-Dsonar.host.url=$SONAR
-Dsonar.login=${SONAR_LOGIN}
'
Write
Preview
Supports
Markdown
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