summaryrefslogtreecommitdiff
path: root/app/controllers/projects/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-03 06:07:23 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-03 06:07:23 +0000
commit3d6bfb323c80f30034921103df18cbc2a266fc19 (patch)
treea48b58a79685114848879011dd89be0b33124081 /app/controllers/projects/ci
parentcd6db2c5b462479bf7d798acaf1f360def701c15 (diff)
downloadgitlab-ce-3d6bfb323c80f30034921103df18cbc2a266fc19.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/ci')
-rw-r--r--app/controllers/projects/ci/pipeline_editor_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/projects/ci/pipeline_editor_controller.rb b/app/controllers/projects/ci/pipeline_editor_controller.rb
index 84e5d59a2c3..1942a5fef7b 100644
--- a/app/controllers/projects/ci/pipeline_editor_controller.rb
+++ b/app/controllers/projects/ci/pipeline_editor_controller.rb
@@ -2,9 +2,6 @@
class Projects::Ci::PipelineEditorController < Projects::ApplicationController
before_action :check_can_collaborate!
- before_action do
- push_frontend_feature_flag(:schema_linting, @project)
- end
feature_category :pipeline_authoring