summaryrefslogtreecommitdiff
path: root/app/controllers/projects/packages/infrastructure_registry_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-31 15:08:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-31 15:08:32 +0000
commit85ea3dd4f4855e99d9a69c8e609095199597195a (patch)
tree46e74d30d0ef5cced04005b4a76c66ec18f6a749 /app/controllers/projects/packages/infrastructure_registry_controller.rb
parent5820d448c17f93606afb52d878c00d84681764e0 (diff)
downloadgitlab-ce-85ea3dd4f4855e99d9a69c8e609095199597195a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/packages/infrastructure_registry_controller.rb')
-rw-r--r--app/controllers/projects/packages/infrastructure_registry_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/packages/infrastructure_registry_controller.rb b/app/controllers/projects/packages/infrastructure_registry_controller.rb
index 2fe353b7acb..99d75afc63a 100644
--- a/app/controllers/projects/packages/infrastructure_registry_controller.rb
+++ b/app/controllers/projects/packages/infrastructure_registry_controller.rb
@@ -9,7 +9,6 @@ module Projects
def show
@package = project.packages.find(params[:id])
- @package_files = @package.installable_package_files.recent
end
end
end