Remove unecessary changes from project transfer service

This commit is contained in:
Grzegorz Bizon 2017-04-03 16:41:56 +02:00
parent 325908ad39
commit d2a9c5d81f

View file

@ -37,7 +37,7 @@ module Projects
end
if project.has_container_registry_tags?
# we currently doesn't support renaming repository if it contains images in container registry
# we currently doesn't support renaming repository if it contains tags in container registry
raise TransferError.new('Project cannot be transferred, because tags are present in its container registry')
end