mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 20:21:35 +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
|
if [ -n "${TRAVIS_TAG}" ]; then
|
||||||
pushd .. > /dev/null
|
pushd .. > /dev/null
|
||||||
git clone https://github.com/uBlockOrigin/uAssets.git
|
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user