Remove unecessary changes from project transfer service
This commit is contained in:
parent
325908ad39
commit
d2a9c5d81f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue