Commit 04d87af7 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in lib/gitlab/upgrader.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 22d0696d
......@@ -48,11 +48,7 @@ module Gitlab
end
def fetch_git_tags
<<<<<<< HEAD
remote_tags, _ = Gitlab::Popen.popen(%W(#{Gitlab.config.git.bin_path} ls-remote --tags https://gitlab.com/gitlab-org/gitlab-ee.git))
=======
remote_tags, _ = Gitlab::Popen.popen(%W(#{Gitlab.config.git.bin_path} ls-remote --tags https://gitlab.com/gitlab-org/gitlab-ce.git))
>>>>>>> upstream/master
remote_tags.split("\n").grep(%r{tags/v#{current_version.major}})
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment