mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 16:35:29 +08:00
Merge remote-tracking branch 'source/0.6.0' into ongoing
This commit is contained in:
commit
d5d54f6c35
@ -57,17 +57,17 @@ check_ccache() {
|
||||
fi
|
||||
}
|
||||
|
||||
for BRANCH_NAME in ${BRANCH_NAMES}
|
||||
do
|
||||
if [[ "${BRANCH_NAME}" != "HEAD" ]];then
|
||||
check_ccache ${BRANCH_NAME}
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ -n "${CHANGE_BRANCH}" && "${BRANCH_NAME}" =~ "PR-" ]];then
|
||||
check_ccache ${CHANGE_BRANCH}
|
||||
check_ccache ${BRANCH_NAME}
|
||||
fi
|
||||
|
||||
for CURRENT_BRANCH in ${BRANCH_NAMES}
|
||||
do
|
||||
if [[ "${CURRENT_BRANCH}" != "HEAD" ]];then
|
||||
check_ccache ${CURRENT_BRANCH}
|
||||
fi
|
||||
done
|
||||
|
||||
echo "could not download cache" && exit 1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user