We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754cadb commit 15712e9Copy full SHA for 15712e9
dev/main
@@ -21,7 +21,7 @@ if [[ "x$OPENGROK_REPO_SLUG" == "xoracle/opengrok" && "x$OPENGROK_BRANCH" == "xm
21
#
22
# Sonar seems to only work on master branch commits.
23
24
- if [ "${OPENGROK_PULL_REQUEST}" = "false" ]; then
+ if [[ -z "${OPENGROK_PULL_REQUEST}" ]]; then
25
echo "Enabling Sonar"
26
extra_args="$extra_args -Dsonar.login=$OPENGROK_SONAR_TOKEN sonar:sonar"
27
fi
0 commit comments