Commit 0d4c0e07 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Fixed badges test

parent 08ecab60
......@@ -2,7 +2,7 @@ class Projects::PipelinesSettingsController < Projects::ApplicationController
before_action :authorize_admin_pipeline!
def show
redirect_to namespace_project_settings_ci_cd_pipelines_path(@project.namespace, @project)
redirect_to namespace_project_settings_ci_cd_pipelines_path(@project.namespace, @project, params: params)
end
def update
......
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