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 150ca84 commit dfee8a2Copy full SHA for dfee8a2
.travis.yml
@@ -98,7 +98,7 @@ matrix:
98
echo "License check OK";
99
STATUSM="All licenses OK";
100
set_status "success" "$STATUSM";
101
- elif [ $COUNT != 0 ] && [ $COUNT_NEW_FILES != 0 ]; then
+ elif [ $COUNT_NEW_FILES != 0 ]; then
102
echo "License check failed, files with the license issues found";
103
STATUSM="Needs review, license issues in modified files: ${COUNT}, new files: ${COUNT_NEW_FILES}";
104
set_status "failure" "$STATUSM";
0 commit comments