Remove Link Validation from Build logic

Will include link validation for pull requests in upcming addition
This commit is contained in:
Dave Machado 2017-12-28 23:15:47 -05:00
parent d38b999add
commit 2ceb3025ba
No known key found for this signature in database
GPG key ID: 948D4778D01A7B3F

View file

@ -43,12 +43,3 @@ else
echo "JSON build and deploy success!"
fi
fi
echo "running link validation..."
./validate_links.py $LINK_FILE
if [[ $? != 0 ]]; then
echo "link validation failed!"
exit 1
else
echo "link validation passed!"
fi