Skip to content

Commit

Permalink
Only download arrow if not already present. (ray-project#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Dec 30, 2016
1 parent 6828d69 commit 13ee0ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion numbuf/thirdparty/download_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -e

TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)

git clone https://github.com/pcmoritz/arrow.git "$TP_DIR/arrow"
if [ ! -d $TP_DIR/arrow ]; then
git clone https://github.com/pcmoritz/arrow.git "$TP_DIR/arrow"
fi
cd "$TP_DIR/arrow"
git checkout c88bd70c13cf16c07b840623cb466aa98d535be0

0 comments on commit 13ee0ef

Please sign in to comment.