Skip to content

Commit

Permalink
#1: Disable mvn debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Apr 14, 2019
1 parent d79b540 commit 972a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run:
name: Build java sources (including integration tests)
command: |
mvn -X -P qulice,integration-tests clean install -DLL.yandex.user=${EMAIL_USER} -DLL.yandex.pass=${EMAIL_PASS} -DLL.yandex.to.user=${EMAIL_TO}
mvn -P qulice,integration-tests clean install -DLL.yandex.user=${EMAIL_USER} -DLL.yandex.pass=${EMAIL_PASS} -DLL.yandex.to.user=${EMAIL_TO}
mvn -Psonar sonar:sonar -Dsonar.organization=dgroup-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONAR_LOGIN}
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 972a8b6

Please sign in to comment.