diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-18 21:10:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-18 21:10:01 +0000 |
commit | 75d101a1c2684059ea22cea9f00ca74d2db78b38 (patch) | |
tree | 67798118ceb61bc22c0825bd670b0448282dbed5 /app/controllers/projects/pipelines_controller.rb | |
parent | 830a1f59e2a0f2aab22def4d7463a1c30532764d (diff) | |
download | gitlab-ce-75d101a1c2684059ea22cea9f00ca74d2db78b38.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/pipelines_controller.rb')
-rw-r--r-- | app/controllers/projects/pipelines_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb index db77127cb0a..2581bff8477 100644 --- a/app/controllers/projects/pipelines_controller.rb +++ b/app/controllers/projects/pipelines_controller.rb @@ -5,7 +5,6 @@ class Projects::PipelinesController < Projects::ApplicationController include RedisTracking include ProductAnalyticsTracking include ProjectStatsRefreshConflictsGuard - include ZuoraCSP urgency :low, [ :index, :new, :builds, :show, :failures, :create, |