Merge pull request #16345 from taosdata/ci/TD-18521
ci: git remote prune origin before git pull
This commit is contained in:
commit
dce21c1b0d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue