Ignore Aporeto.com for now (#7003)

This commit is contained in:
Eric Van Norman 2020-03-30 08:58:50 -05:00 committed by GitHub
parent cba8bb3a0a
commit 31d625dc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ find ./content/zh -type f \( -name '*.html' -o -name '*.md' \) -print0 | while I
done
if [[ ${SKIP_LINK_CHECK:-} == "" ]]; then
if ! htmlproofer ./public --assume-extension --http-status-ignore "0,429" --check-html --check-external-hash --check-opengraph --timeframe 2d --storage-dir .htmlproofer --url-ignore "/archive.istio.io/,/localhost/,/github.com/istio/istio.io/edit/,/github.com/istio/istio/issues/new/choose/,/groups.google.com/forum/,/www.trulia.com/,/apporbit.com/,/www.mysql.com/,/www.oreilly.com/,/docs.okd.io/"; then
if ! htmlproofer ./public --assume-extension --http-status-ignore "0,429" --check-html --check-external-hash --check-opengraph --timeframe 2d --storage-dir .htmlproofer --url-ignore "/archive.istio.io/,/localhost/,/github.com/istio/istio.io/edit/,/github.com/istio/istio/issues/new/choose/,/groups.google.com/forum/,/www.trulia.com/,/apporbit.com/,/www.mysql.com/,/www.oreilly.com/,/docs.okd.io/,/www.aporeto.com/"; then
FAILED=1
fi
fi