Merge pull request #1540 from egypcio/shallow-copy

Suggest the use of git shallow copy, while cloning
This commit is contained in:
Micah Lee 2022-03-06 10:53:46 -08:00 committed by GitHub
commit 710644bcd5

View File

@ -36,7 +36,7 @@ fi
mkdir -p build/source mkdir -p build/source
mkdir -p dist mkdir -p dist
cd build/source cd build/source
git clone https://github.com/onionshare/onionshare.git git clone --single-branch --branch $TAG --depth 1 https://github.com/onionshare/onionshare.git
cd onionshare cd onionshare
# Verify tag # Verify tag