소스 검색

[ci] Whitelist github links for now

As getting a 429 consistently
Romain Rigaux 5 년 전
부모
커밋
97935adf2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/ci/check_for_website_dead_links.sh

+ 1 - 1
tools/ci/check_for_website_dead_links.sh

@@ -43,7 +43,7 @@ if [ "$?" -eq "0" ];
 
     muffet http://localhost:1313/ \
         --exclude "https://issues.cloudera.org*|http://localhost:5555*|https://issues.apache.org/jira*|https://github.com*\
-          |http://demo.gethue.com*|https://twitter.com/gethue" \
+          |http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*" \
         --ignore-fragments \
         --timeout 15 \
         --concurrency 10