Unverified Commit 2ceb3025 authored by Dave Machado's avatar Dave Machado
Browse files

Remove Link Validation from Build logic

Will include link validation for pull requests in upcming addition
parent d38b999a
...@@ -43,12 +43,3 @@ else ...@@ -43,12 +43,3 @@ else
echo "JSON build and deploy success!" echo "JSON build and deploy success!"
fi fi
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment