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