This commit is contained in:
miguemasx 2019-11-24 02:46:45 +01:00
parent f1790b5786
commit 9392308289
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ def base_branch
end end
raise unless base_branch_name raise unless base_branch_name
base_branch_name
rescue StandardError => e rescue StandardError => e
raise "Could not find branch name, #{e.message}" raise "Could not find branch name, #{e.message}"
end end