Skip to content

Commit

Permalink
[CI] Skip link checks which are blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
agl29 committed Jan 9, 2025
1 parent 5b20c54 commit 9b03a68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/ci/check_for_website_dead_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ if [ "$?" -eq "0" ];

muffet http://localhost:1313/ \
--exclude "https://issues.cloudera.org*|http://localhost:8005|http://localhost:5555*|https://issues.apache.org/jira*|https://github.com*\
|http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*" \
|http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*\
|https://stackoverflow.com/questions/*|https://cdn.gethue.com/uploads/2021/02/peek-log-streams.gif|https://docs.aws.amazon.com/* \
|http://my.vertica.com/download/*"
--ignore-fragments \
--timeout 15 \
--buffer-size 8192 \
--concurrency 10
LINT_EXIT_CODE=$?

kill $HUGO_PID
Expand Down

0 comments on commit 9b03a68

Please sign in to comment.