Put apporbit.com on the exception list since their site is down. (#4689)

This commit is contained in:
Martin Taillefer 2019-07-19 07:29:59 -07:00 committed by GitHub
parent 8793097b1e
commit 22fd781637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ done
npx sass-lint -c sass-lint.yml --verbose 'src/sass/**/*.scss'
npx tslint src/ts/*.ts
htmlproofer ./public --assume-extension --check-html --check-external-hash --check-opengraph --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.io/edit/,/github.com/istio/istio/issues/new/choose/,/groups.google.com/forum/,/www.trulia.com/"
htmlproofer ./public --assume-extension --check-html --check-external-hash --check-opengraph --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.io/edit/,/github.com/istio/istio/issues/new/choose/,/groups.google.com/forum/,/www.trulia.com/,/apporbit.com/"
if [[ "$?" != "0" ]]
then
FAILED=1