Browse Source

Remove Link Validation from Build logic

Will include link validation for pull requests in upcming addition
pull/571/head
Dave Machado 6 years ago
parent
commit
2ceb3025ba
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      build/main.sh

+ 0
- 9
build/main.sh 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

Loading…
Cancel
Save