Skip to content

Commit

Permalink
minor: fix for checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Apr 8, 2017
1 parent 3520c9e commit 460c185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/run-link-check-plugin.sh
Expand Up @@ -15,4 +15,5 @@ grep externalLink target/site/linkcheck.html | cat
echo "------------ grep of linkcheck.html--END"
RESULT=$(grep externalLink target/site/linkcheck.html | grep -v 'Read timed out' | wc -l)
echo 'Exit code:'$RESULT
if [[ $RESULT != 0 ]]; then false; fi
if [[ $RESULT != 0 ]]; then false; fi

0 comments on commit 460c185

Please sign in to comment.