summaryrefslogtreecommitdiff
path: root/app/controllers/projects/ci/pipeline_editor_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-18 18:08:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-18 18:08:05 +0000
commit6b5d8b17e28741bccf31029633cc5af7ceab1486 (patch)
tree38732dffc21a5084b5c3d49b56b81aa11b4e657e /app/controllers/projects/ci/pipeline_editor_controller.rb
parenta84995f457d775bb73598d4393c3bc99805d9b58 (diff)
downloadgitlab-ce-6b5d8b17e28741bccf31029633cc5af7ceab1486.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/ci/pipeline_editor_controller.rb')
-rw-r--r--app/controllers/projects/ci/pipeline_editor_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/ci/pipeline_editor_controller.rb b/app/controllers/projects/ci/pipeline_editor_controller.rb
index dbf3b2051fb..84e5d59a2c3 100644
--- a/app/controllers/projects/ci/pipeline_editor_controller.rb
+++ b/app/controllers/projects/ci/pipeline_editor_controller.rb
@@ -4,7 +4,6 @@ class Projects::Ci::PipelineEditorController < Projects::ApplicationController
before_action :check_can_collaborate!
before_action do
push_frontend_feature_flag(:schema_linting, @project)
- push_frontend_feature_flag(:pipeline_editor_file_tree, @project)
end
feature_category :pipeline_authoring