Suggest the use of git shallow copy, while cloning

This commit is contained in:
Vinícius Zavam 2022-03-02 14:40:49 +00:00
parent a18c4f6b19
commit 11b682fc66

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