chore(bower): set clone depth to speed up releases
We already use `git clone ... --depth=1` for the `code.angularjs.org` repository, which speeds up the cloning of the repository.
This commit is contained in:
@@ -27,7 +27,7 @@ function prepare {
|
||||
for repo in "${REPOS[@]}"
|
||||
do
|
||||
echo "-- Cloning bower-$repo"
|
||||
git clone git@github.com:angular/bower-$repo.git $TMP_DIR/bower-$repo
|
||||
git clone git@github.com:angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
|
||||
done
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user