[bin] kernel-autobump: abort any possible rebase

This commit is contained in:
Fabio Erculiani
2014-07-19 07:29:50 +01:00
parent dc320e6a81
commit 83a537f2ef
+1
View File
@@ -45,6 +45,7 @@ fi
rollback() {
cd "${REPO_PATH}" || return 1
git rebase --abort || true
git reset --hard "${PUSH_REMOTE}/${BRANCH}" || return 1
}