1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

Skip sonar on external PRs. (#508)

This commit is contained in:
Brenden Matthews 2018-05-19 10:35:23 -04:00 committed by GitHub
parent da47868d1e
commit a9196e3a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ script:
- cd ../build-no-x11
- make -j4
- cd ..
- if [ "$CXX" = "clang++-6.0" ] ; then sonar-scanner ; fi
- if [ "$CXX" = "clang++-6.0" -a ! -z "$SONAR_TOKEN" ] ; then sonar-scanner ; fi
branches:
only:
- master