mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 12:11:36 +01:00
shallow clone uAssets in travis build
This commit is contained in:
parent
4ed8184d2c
commit
abcea432a4
@ -8,7 +8,7 @@ printf "*** Packaging assets in $DES... "
|
||||
|
||||
if [ -n "${TRAVIS_TAG}" ]; then
|
||||
pushd .. > /dev/null
|
||||
git clone https://github.com/uBlockOrigin/uAssets.git
|
||||
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user