fix CI
This commit is contained in:
parent
4892fd449c
commit
6eda33d08a
|
@ -1,4 +1,4 @@
|
|||
name: Rust
|
||||
name: Index Qdrant source
|
||||
|
||||
# Trigger manually
|
||||
on:
|
||||
|
|
|
@ -5,7 +5,7 @@ cd "$(dirname "$0")/../"
|
|||
|
||||
git clone https://github.com/qdrant/qdrant.git /tmp/qdrant
|
||||
|
||||
bash -x tools/index_qdrant.sh /tmp/qdrant
|
||||
QDRANT_PATH=/tmp/qdrant bash -x tools/index_qdrant.sh
|
||||
|
||||
rm -rf /tmp/qdrant
|
||||
|
||||
|
|
Loading…
Reference in New Issue