mirror of https://github.com/gorhill/uBlock.git
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…
Reference in New Issue