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>2021-08-18 21:10:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-18 21:10:08 +0300
commitbc578c5f89ff9d8ec03fbbd014714f9d1e5cb172 (patch)
tree50860880bb4f245730484e1538433c6667bbbf7b /app/controllers/admin/runner_projects_controller.rb
parent07268180a2783e58115f872ae8ba6c95e80d79a9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/admin/runner_projects_controller.rb')
-rw-r--r--app/controllers/admin/runner_projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/runner_projects_controller.rb b/app/controllers/admin/runner_projects_controller.rb
index 7761ffaac84..3b408de5f01 100644
--- a/app/controllers/admin/runner_projects_controller.rb
+++ b/app/controllers/admin/runner_projects_controller.rb
@@ -3,7 +3,7 @@
class Admin::RunnerProjectsController < Admin::ApplicationController
before_action :project, only: [:create]
- feature_category :continuous_integration
+ feature_category :runner
def create
@runner = Ci::Runner.find(params[:runner_project][:runner_id])