This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 39232a5dbc ci: fix dl failed (#983)
39232a5dbc is described below

commit 39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
Author: Jay Chung <[email protected]>
AuthorDate: Mon Jun 16 00:21:50 2025 +0800

    ci: fix dl failed (#983)
    
    do not know the root cause, but `https://mp.weixin.qq.com` will raise an 
error in our pipeline,  so maybe we should directly ignore them, because
    
    - if the link work, everything works fine and does not need to change
    - if the link do not work, which mean article is delete and can not revert 
in wechat
    
    ```log
    2025-06-14T01:14:07.0668795Z 
/usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:325
    2025-06-14T01:14:07.0669750Z             if (fn === null) throw new 
Error("Callback was already called.");
    2025-06-14T01:14:07.0670643Z                              ^
    2025-06-14T01:14:07.0670896Z
    2025-06-14T01:14:07.0671053Z Error: Callback was already called.
    2025-06-14T01:14:07.0672111Z     at 
/usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:325:36
    2025-06-14T01:14:07.0673145Z     at 
/usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:249:17
    2025-06-14T01:14:07.0674040Z     at 
/usr/local/lib/node_modules/markdown-link-check/index.js:212:13
    2025-06-14T01:14:07.0675247Z     at 
/usr/local/lib/node_modules/markdown-link-check/node_modules/link-check/lib/proto/http.js:119:21
    2025-06-14T01:14:07.0676395Z     at done 
(/usr/local/lib/node_modules/markdown-link-check/node_modules/needle/lib/needle.js:474:14)
    2025-06-14T01:14:07.0677831Z     at PassThrough.<anonymous> 
(/usr/local/lib/node_modules/markdown-link-check/node_modules/needle/lib/needle.js:734:9)
    2025-06-14T01:14:07.0678801Z     at PassThrough.emit (node:events:536:35)
    2025-06-14T01:14:07.0679383Z     at endReadableNT 
(node:internal/streams/readable:1698:12)
    2025-06-14T01:14:07.0680201Z     at process.processTicksAndRejections 
(node:internal/process/task_queues:82:21)
    ```
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index e59a425ffe..ff849022bc 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -14,6 +14,9 @@
     },
     {
       "pattern": "[email protected]"
+    },
+    {
+      "pattern": ".*?.qq.com"
     }
   ],
   "replacementPatterns": [

Reply via email to