Commit 352a1a09 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update prepare.sh

parent 3d855662
......@@ -5,7 +5,7 @@ download_repo() {
REPO_URL=$2
echo "Downloading $REPO_DIR"
if [ -d "$REPO_DIR" ]; then
(cd "$REPO_DIR" && git pull)
(cd "$REPO_DIR" && git pull --depth 1)
else
git clone --depth 1 "$REPO_URL" "$REPO_DIR"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment