summaryrefslogtreecommitdiff
path: root/app/controllers/projects/ci/pipeline_editor_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-02 06:07:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-02 06:07:56 +0000
commitd6209de6f888f6eedb7cdea8d4a356f778fd8e4b (patch)
tree401967a319ffed321666433e7e2472b862af3da5 /app/controllers/projects/ci/pipeline_editor_controller.rb
parent9a2f2c662033adfe4aaf12c4d407f452789c4e01 (diff)
downloadgitlab-ce-d6209de6f888f6eedb7cdea8d4a356f778fd8e4b.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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/projects/ci/pipeline_editor_controller.rb b/app/controllers/projects/ci/pipeline_editor_controller.rb
index 1942a5fef7b..3a2bc445737 100644
--- a/app/controllers/projects/ci/pipeline_editor_controller.rb
+++ b/app/controllers/projects/ci/pipeline_editor_controller.rb
@@ -2,6 +2,9 @@
class Projects::Ci::PipelineEditorController < Projects::ApplicationController
before_action :check_can_collaborate!
+ before_action do
+ push_frontend_feature_flag(:ci_job_assistant_drawer, @project)
+ end
feature_category :pipeline_authoring