test-unmerged-changes: swap delete order for end
This commit is contained in:
@@ -24,12 +24,12 @@ module Feature
|
||||
|
||||
git_checkout standard_branch
|
||||
|
||||
git_local_branch_delete feature_branch
|
||||
|
||||
if remote_branch(feature_branch) != ""
|
||||
git_remote_branch_delete feature_branch
|
||||
end
|
||||
|
||||
git_local_branch_delete feature_branch
|
||||
|
||||
git_prune
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user