Skip to content

Commit b574b66

Browse files
authored
Update sonar-qube.sh
1 parent 3a0a0ec commit b574b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-qube.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
1414

1515
elif [ "$TRAVIS_BRANCH" == "develop" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
1616
sonar-scanner \
17-
-Dsonar.host.url=https://sonar.silverbulleters.org \
17+
-Dsonar.host.url=https://sonar.oscript.ru \
1818
-Dsonar.login=$SONAR_TOKEN \
1919
-Dsonar.projectVersion=$version\
2020
-Dsonar.scanner.skip=false
2121
fi
22-
fi
22+
fi

0 commit comments

Comments
 (0)