mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
shallow clone uAssets in travis build
This commit is contained in:
parent
4ed8184d2c
commit
abcea432a4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue