Skip to content

Commit f008ca6

Browse files
committed
fix flag
1 parent 28dcd0c commit f008ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +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 \
138+
--no-check-external-hash \
139139
--typhoeus '{"timeout":30,"followlocation":true,"headers":{"User-Agent":"Mozilla/5.0 (compatible; LinkChecker)"}}'
140140
- notify_error:
141141
message: "Validation job failed for branch ${CIRCLE_BRANCH}"

0 commit comments

Comments
 (0)