Skip to content

Commit 28dcd0c

Browse files
committed
don't check external hashes
1 parent 22b010e commit 28dcd0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
--ignore-files './build/api/v1/index.html,./build/api/v2/index.html' \
136136
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me,https://circleci.com/docs/webhooks/#outbound-webhooks' \
137137
--ignore-status-codes '403,429,999' \
138+
--check-external-hash=false \
138139
--typhoeus '{"timeout":30,"followlocation":true,"headers":{"User-Agent":"Mozilla/5.0 (compatible; LinkChecker)"}}'
139140
- notify_error:
140141
message: "Validation job failed for branch ${CIRCLE_BRANCH}"

0 commit comments

Comments
 (0)