1
0
espelhamento de https://github.com/SonarSource/sonarqube.git sincronizado 2024-08-06 15:05:57 +02:00

Fix Disabling of IT category "plugins" on pull requests

Esse commit está contido em:
Simon Brandhof 2015-09-29 11:46:24 +02:00
commit 634c7df11f

Ver arquivo

@ -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