未验证 提交 dce21c1b 编写于 作者: H Haojun Liao 提交者: GitHub

Merge pull request #16345 from taosdata/ci/TD-18521

ci: git remote prune origin before git pull
...@@ -53,6 +53,7 @@ def check_docs() { ...@@ -53,6 +53,7 @@ def check_docs() {
} }
sh ''' sh '''
cd ${WKC} cd ${WKC}
git remote prune origin
git pull >/dev/null git pull >/dev/null
git fetch origin +refs/pull/${CHANGE_ID}/merge git fetch origin +refs/pull/${CHANGE_ID}/merge
git checkout -qf FETCH_HEAD git checkout -qf FETCH_HEAD
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册