mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 22:00:49 +01:00
8 lines
180 B
Text
8 lines
180 B
Text
|
#!/usr/bin/env bash
|
||
|
source ./.sonar
|
||
|
${SONAR_BIN} \
|
||
|
-Dsonar.projectKey=go-mail \
|
||
|
-Dsonar.sources=. \
|
||
|
-Dsonar.host.url=https://sonar.fritz.box \
|
||
|
-Dsonar.login="$SONAR_TOKEN"
|