mirror of https://github.com/gorhill/uBlock.git
this fixes travis?
This commit is contained in:
parent
2c77c736fc
commit
5fda221031
|
@ -6,6 +6,12 @@ DES=$1/assets
|
|||
|
||||
echo "*** uBlock0.chromium: packaging assets in $DES"
|
||||
|
||||
if [ -n "${TRAVIS_TAG}" ]; then
|
||||
pushd ..
|
||||
git clone https://github.com/uBlockOrigin/uAssets.git
|
||||
popd
|
||||
fi
|
||||
|
||||
rm -rf $DES
|
||||
mkdir $DES
|
||||
|
||||
|
|
Loading…
Reference in New Issue