Sfoglia il codice sorgente

SONAR-17711 drop sonar.pullrequest.provider in scanner properties

tags/10.0.0.68432
Benjamin Campomenosi 1 anno fa
parent
commit
cedb903960
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      travis.sh

+ 0
- 1
travis.sh Vedi File

@@ -71,7 +71,6 @@ if [[ -n "${NEXT_TOKEN-}" ]]; then
-Dsonar.pullrequest.branch="$GIT_BRANCH" \
-Dsonar.pullrequest.base="$PULL_REQUEST_BASE_BRANCH" \
-Dsonar.pullrequest.key="$PULL_REQUEST_NUMBER" \
-Dsonar.pullrequest.provider=github \
-Dsonar.pullrequest.github.repository="$TRAVIS_REPO_SLUG"
elif [ "${TRAVIS_BRANCH}" == "master" ]; then
echo '======= Analyze master'

Loading…
Annulla
Salva