1
0
şunun yansıması https://github.com/SonarSource/sonarqube.git eşitlendi 2024-08-07 03:05:59 +02:00

Fix Disabling of IT category "plugins" on pull requests

Bu işleme şunda yer alıyor:
Simon Brandhof 2015-09-29 11:46:24 +02:00
ebeveyn 8d61942d05
işleme 634c7df11f

Dosyayı Görüntüle

@ -60,7 +60,7 @@ PRANALYSIS)
;;
ITS)
if [ "$IT_CATEGORY" == "plugins" ] && [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
if [ "$IT_CATEGORY" == "plugins" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "Ignore this job since it needs access to private test licenses."
else
installTravisTools