Skip to content

Commit

Permalink
feature add sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
danshan committed Mar 22, 2017
1 parent dcbff1a commit 7babfce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

mvn sonar:sonar \
-Dsonar.host.url=https://sonarqube.com \
-Dsonar.organization=$SONAR_ORG\
-Dsonar.login=$SONAR_TOKEN

java -jar \
-Dslack.daocloud="$SLACK_DAOCLOUD" \
-Dslack.microbadger="$SLACK_MICROBADGER" \
Expand Down

0 comments on commit 7babfce

Please sign in to comment.