mirror of https://github.com/istio/istio.io.git
Ignore Aporeto.com for now (#7003)
This commit is contained in:
parent
cba8bb3a0a
commit
31d625dc79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue