Skip to content
Snippets Groups Projects
Unverified Commit 2e6d457e authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

scripts/update.sh: don't hide errors because of invalid commit IDs

parent b4ccb1fa
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment