mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 13:30:38 +00:00
feat: remove check script
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
# This script is only used in CI to check if the pyo3 backend is linked correctly
|
||||
echo $(pwd)
|
||||
if [[ $FEATURES == *pyo3_backend* ]]; then
|
||||
cp target/release/greptime scripts
|
||||
if yes | ./scripts/greptime.sh --version &> /dev/null; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user