mirror of
https://github.com/wneessen/go-mail.git
synced 2024-12-23 02:50:39 +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"
|