Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 00:08:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 00:08:35 +0300
commita653ddb57e30fc5e40a5b2dbd93eed00d8395533 (patch)
treea805b2e799e896558556392680761e065fe0a1d6 /app/models/project_statistics.rb
parente15501a5e1f54249434167c0198dab775bdc4a1f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/project_statistics.rb')
-rw-r--r--app/models/project_statistics.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/project_statistics.rb b/app/models/project_statistics.rb
index 6d816932d39..7d7f9c2d5d6 100644
--- a/app/models/project_statistics.rb
+++ b/app/models/project_statistics.rb
@@ -106,8 +106,7 @@ class ProjectStatistics < ApplicationRecord
packages_size +
snippets_size +
pipeline_artifacts_size +
- uploads_size +
- container_registry_size
+ uploads_size
self.storage_size = storage_size
end