mirror of https://github.com/oceanbase/ob-deps.git
fix vsag download
This commit is contained in:
parent
5e2534ff3c
commit
1e6ca8512d
|
@ -10,7 +10,7 @@ RELEASE=${4:-"1"}
|
|||
# check source code
|
||||
if [[ -z `find $ROOT_DIR -maxdepth 1 -regex ".*/vsag-$VERSION.*[tar|gz|bz2|xz|zip]$"` ]]; then
|
||||
echo "Download vsag source code"
|
||||
bash $CUR_DIR/download_code.sh $PROJECT_NAME $VERSION $ROOT_DIR
|
||||
bash $CUR_DIR/download.sh $PROJECT_NAME $VERSION $ROOT_DIR
|
||||
fi
|
||||
|
||||
OS_RELEASE=`grep -Po '(?<=release )\d' /etc/redhat-release`
|
||||
|
|
Loading…
Reference in New Issue