Add missing target branch check

This commit is contained in:
Janek Bevendorff 2017-02-11 18:29:50 +01:00
parent 12f62df49a
commit c33ce8e0e4
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -347,6 +347,7 @@ merge() {
checkReleaseDoesNotExist
checkWorkingTreeClean
checkSourceBranchExists
checkTargetBranchExists
logInfo "Checking out source branch '${SOURCE_BRANCH}'..."
git checkout "$SOURCE_BRANCH"