Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
643c702b7507
Commit
1bf0ce20
authored
Sep 07, 2018
by
Stan Hu
Browse files
Fix scoping errors occuring for ContainerRepository on some builds
parent
a212aa93e033
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/services/projects/destroy_service.rb
View file @
643c702b
...
@@ -159,7 +159,7 @@ def log_destroy_event
...
@@ -159,7 +159,7 @@ def log_destroy_event
def
remove_legacy_registry_tags
def
remove_legacy_registry_tags
return
true
unless
Gitlab
.
config
.
registry
.
enabled
return
true
unless
Gitlab
.
config
.
registry
.
enabled
ContainerRepository
.
build_root_repository
(
project
).
tap
do
|
repository
|
::
ContainerRepository
.
build_root_repository
(
project
).
tap
do
|
repository
|
break
repository
.
has_tags?
?
repository
.
delete_tags!
:
true
break
repository
.
has_tags?
?
repository
.
delete_tags!
:
true
end
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment