release: cleanup finish

This commit is contained in:
rkiel
2017-09-20 22:06:13 -04:00
parent 26bb3b1903
commit 4fc184f470

View File

@@ -14,7 +14,7 @@ module Release
def execute def execute
release_branch = current_branch release_branch = current_branch
error "invalid release branch: #{release_branch}" unless release_branch =~ /\d+\.\d+\.\d+/ validate_current_branch_is_release
git_pull release_branch git_pull release_branch