mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Update link validation branch check
This commit is contained in:
@@ -26,9 +26,5 @@ if [[ $? != 0 ]]; then
|
||||
echo "link validation failed!"
|
||||
exit 1
|
||||
else
|
||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
echo "no links to check on master branch - script failure!"
|
||||
exit 1
|
||||
fi
|
||||
echo "link validation passed!"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user