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 8f7b7bd commit bd287d4Copy full SHA for bd287d4
.github/workflows/build.yml
@@ -36,6 +36,6 @@ jobs:
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
run: |
38
mvn clean install
39
- if [ -z "${SONAR_TOKEN}" ]; then
+ if [ ! -z "${SONAR_TOKEN}" ]; then
40
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=oracle_weblogic-monitoring-exporter
41
fi
0 commit comments