summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Bruneton <ebruneton@free.fr>2021-05-22 12:03:13 +0200
committerEric Bruneton <ebruneton@free.fr>2021-05-22 12:07:39 +0200
commit5495d4d157b8ea971445856dc0a647d7f6b50b9e (patch)
tree05a5f5eb2c02adb30bfd61822f9eef095ea0291f /.gitlab-ci.yml
parentc491bcf9a2211a8019725d6949e08fcbc9c91b04 (diff)
downloadow2-asm-5495d4d157b8ea971445856dc0a647d7f6b50b9e.tar.gz
Attempt to fix gitlab-ci.yml.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d47df5fd..c29e6865 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,4 +18,4 @@ build:
- $GRADLE test jacocoTestCoverageVerification
- if [ $NEXUS_USER_NAME ]; then $GRADLE publish; fi
- if [ !$NEXUS_USER_NAME ]; then $GRADLE publishToMavenLocal; fi
- - if [ $SONAR_LOGIN ]; then '$GRADLE jacocoTestReport sonarqube -Dsonar.host.url=$SONAR -Dsonar.login=${SONAR_LOGIN}'; fi
+ - if [ $SONAR_LOGIN ]; then $GRADLE jacocoTestReport sonarqube -Dsonar.host.url=$SONAR -Dsonar.login=${SONAR_LOGIN}; fi