Commit 1e82af42 authored by Ronan OConnor's avatar Ronan OConnor

Merge branch 'cat-fix-registry-tag-sizes-docs' into 'master'

Fixes the registry disk space usage script

See merge request gitlab-org/gitlab!24461
parents 68101b1d 69c9f220
......@@ -941,7 +941,7 @@ projects.each do |p|
container_repositories.each do |c|
c.tags.each do |t|
project_total_size = project_total_size + t.total_size
project_total_size = project_total_size + t.total_size unless t.total_size.nil?
end
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