This commit is contained in:
Andrey Vasnetsov 2023-02-20 12:15:48 +01:00
parent 4892fd449c
commit 6eda33d08a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Rust
name: Index Qdrant source
# Trigger manually
on:

View File

@ -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