mirror of
https://github.com/public-apis/public-apis.git
synced 2025-06-03 11:21:46 +02:00
Remove Link Validation from Build logic
Will include link validation for pull requests in upcming addition
This commit is contained in:
parent
d38b999add
commit
2ceb3025ba
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue