diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-31 18:08:39 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-31 18:08:39 +0000 |
| commit | e7fb61499317b3c044845817b991e13aea276955 (patch) | |
| tree | 127aef09952fa595b8e5b886db5dd89d974d91da /app/controllers/projects/pipeline_schedules_controller.rb | |
| parent | 85ea3dd4f4855e99d9a69c8e609095199597195a (diff) | |
| download | gitlab-ce-e7fb61499317b3c044845817b991e13aea276955.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/pipeline_schedules_controller.rb')
| -rw-r--r-- | app/controllers/projects/pipeline_schedules_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/projects/pipeline_schedules_controller.rb b/app/controllers/projects/pipeline_schedules_controller.rb index 271c31b6429..ac94cc001dd 100644 --- a/app/controllers/projects/pipeline_schedules_controller.rb +++ b/app/controllers/projects/pipeline_schedules_controller.rb @@ -10,10 +10,6 @@ class Projects::PipelineSchedulesController < Projects::ApplicationController before_action :authorize_update_pipeline_schedule!, except: [:index, :new, :create, :play] before_action :authorize_admin_pipeline_schedule!, only: [:destroy] - before_action do - push_frontend_feature_flag(:pipeline_schedules_with_tags, @project, default_enabled: :yaml) - end - feature_category :continuous_integration # rubocop: disable CodeReuse/ActiveRecord |
