Skip to content

Commit

Permalink
shallow clone uAssets in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jan 9, 2018
1 parent 4ed8184 commit abcea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit abcea43

Please sign in to comment.