Skip to content

Commit

Permalink
Merge pull request #1375 from vespa-engine/bjormel/no-check-external-…
Browse files Browse the repository at this point in the history
…hash

no-check-external-hash
  • Loading branch information
kkraune authored Jan 18, 2024
2 parents 7a490b7 + 64462dc commit b0e5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "Search for broken links in these files."
- check-links: |
bundle exec htmlproofer \
--assume-extension --check-html --check-external-hash --no-enforce-http \
--assume-extension --check-html --no-check-external-hash --no-enforce-http \
--typhoeus '{"connecttimeout": 10, "timeout": 30, "accept_encoding": "zstd,br,gzip,deflate"}' \
--hydra '{"max_concurrency": 1}' \
--directory-index-file README.html \
Expand Down

0 comments on commit b0e5f40

Please sign in to comment.