Browse Source

构建流水线,项目开发者权限

pull/347/head
xxq250 2 years ago
parent
commit
656c446471
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/api/v1/projects/pipelines_controller.rb

+ 1
- 1
app/controllers/api/v1/projects/pipelines_controller.rb View File

@@ -1,5 +1,5 @@
class Api::V1::Projects::PipelinesController < Api::V1::BaseController
before_action :require_manager_above
before_action :require_operate_above

def index
@pipelines = Action::Pipeline.where(project_id: @project.id).order(updated_at: :desc)


Loading…
Cancel
Save