Skip errors when fetching and pulling changes
This commit is contained in:
parent
d9f50762a7
commit
b583d82e5d
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ for dir in $dirs; do
|
|||
echo "Updating $(pwd)"
|
||||
|
||||
# Update the repository.
|
||||
git fetch --all --jobs=4 --progress --prune
|
||||
git pull --rebase
|
||||
git fetch --all --jobs=4 --progress --prune || true
|
||||
git pull --rebase || true
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue