Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
build: exclude googleapis.com checks in 404 checker (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jan 24, 2019
1 parent b425ea1 commit b7b0e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ BIN=./node_modules/.bin
npm install broken-link-checker
npm install http-server
$BIN/http-server -p 8080 docs/ &
$BIN/blc http://localhost:8080 -r --exclude www.googleapis.com
$BIN/blc -r http://localhost:8080
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"updateTime": "2018-12-05T15:50:09.638537Z",
"updateTime": "2019-01-24T12:18:47.099080Z",
"sources": [
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2018.11.30"
"version": "2019.1.16"
}
}
]
Expand Down

0 comments on commit b7b0e3c

Please sign in to comment.