Change clone depth to 1 (#264)

This commit is contained in:
itchyny
2020-06-21 21:39:40 +09:00
committed by GitHub
parent 85b9ed1030
commit e14e8876aa
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
@echo off @echo off
git clone https://github.com/fsprojects/fsharp-language-server . git clone --depth=1 https://github.com/fsprojects/fsharp-language-server .
call npm install call npm install
dotnet build -c Release dotnet build -c Release

View File

@@ -2,7 +2,7 @@
set -e set -e
git clone https://github.com/fsprojects/fsharp-language-server . git clone --depth=1 https://github.com/fsprojects/fsharp-language-server .
npm install npm install
dotnet build -c Release dotnet build -c Release

View File

@@ -1,6 +1,6 @@
@echo off @echo off
git clone "https://github.com/castwide/solargraph" . git clone --depth=1 https://github.com/castwide/solargraph .
call bundle install --path vendor/bundle call bundle install --path vendor/bundle

View File

@@ -2,7 +2,7 @@
set -e set -e
git clone "https://github.com/castwide/solargraph" . git clone --depth=1 https://github.com/castwide/solargraph .
bundle install --path vendor/bundle bundle install --path vendor/bundle
cat <<EOF >solargraph cat <<EOF >solargraph