mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update knowhere commit update action (#26272)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
This commit is contained in:
parent
05c87af146
commit
0f9aa5fbec
@ -12,7 +12,7 @@ on:
|
||||
# │ │ │ │ │
|
||||
# │ │ │ │ │
|
||||
# │ │ │ │ │
|
||||
- cron: '0 5 * * *'
|
||||
- cron: '0 15 * * *'
|
||||
|
||||
|
||||
jobs:
|
||||
@ -29,8 +29,8 @@ jobs:
|
||||
id: get-knowhere-latest-commit
|
||||
run: |
|
||||
cd ..
|
||||
git clone https://github.com/milvus-io/knowhere.git
|
||||
cd knowhere
|
||||
git clone https://github.com/zilliztech/Knowhere.git
|
||||
cd Knowhere
|
||||
export commit=$(git rev-parse --short HEAD)
|
||||
echo $commit
|
||||
echo "::set-output name=knowhere-commit::$commit"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user