Skip to content
Snippets Groups Projects
Commit 04c328f9 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Fix ee_compat_check when EE branch uses a prefix


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c946ee12
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -98,10 +98,11 @@ module Gitlab
 
if status.zero?
@ee_branch_found = ee_branch_prefix
else
_, status = step("Fetching origin/#{ee_branch_suffix}", %W[git fetch origin #{ee_branch_suffix}])
return
end
 
_, status = step("Fetching origin/#{ee_branch_suffix}", %W[git fetch origin #{ee_branch_suffix}])
if status.zero?
@ee_branch_found = ee_branch_suffix
else
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment