mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
7 lines
180 B
Bash
Executable file
7 lines
180 B
Bash
Executable file
#!/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"
|