summaryrefslogtreecommitdiff
path: root/app/controllers/ci/runner_projects_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/ci/runner_projects_controller.rb')
-rw-r--r--app/controllers/ci/runner_projects_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/ci/runner_projects_controller.rb b/app/controllers/ci/runner_projects_controller.rb
index 97f01d40af5..9d555313369 100644
--- a/app/controllers/ci/runner_projects_controller.rb
+++ b/app/controllers/ci/runner_projects_controller.rb
@@ -4,8 +4,6 @@ module Ci
before_action :project
before_action :authorize_manage_project!
- layout 'ci/project'
-
def create
@runner = Ci::Runner.find(params[:runner_project][:runner_id])