mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 11:00:56 +08:00
+1
-1
@@ -8,7 +8,7 @@ set -e
|
||||
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
||||
|
||||
if [ ! -d $TP_DIR/arrow ]; then
|
||||
git clone https://github.com/apache/arrow/ "$TP_DIR/arrow"
|
||||
git clone https://github.com/apache/arrow.git "$TP_DIR/arrow"
|
||||
fi
|
||||
cd $TP_DIR/arrow
|
||||
git fetch origin master
|
||||
|
||||
Reference in New Issue
Block a user