mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
this fixes travis?
This commit is contained in:
parent
2c77c736fc
commit
5fda221031
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue