scripts/update.sh: don't hide errors because of invalid commit IDs
This commit is contained in:
parent
b4ccb1fa95
commit
2e6d457ec1
@ -20,6 +20,6 @@ for module in $GLUON_MODULES; do
|
||||
|
||||
if ! git branch -f base "$commit" 2>/dev/null; then
|
||||
git fetch "$repo" "$branch"
|
||||
git branch -f base "$commit" 2>/dev/null
|
||||
git branch -f base "$commit"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user