Commit 253e040d authored by Furkan Ayhan's avatar Furkan Ayhan

Enable FF ci_bridge_dependency_variables by default

parent 223fcfc6
......@@ -206,7 +206,7 @@ module Ci
override :dependency_variables
def dependency_variables
return [] unless ::Feature.enabled?(:ci_bridge_dependency_variables, project)
return [] unless ::Feature.enabled?(:ci_bridge_dependency_variables, project, default_enabled: true)
super
end
......
---
title: Implement passing dotenv variables to bridge jobs
merge_request: 47905
author:
type: fixed
......@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46530
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/273734
type: development
group: group::pipeline authoring
default_enabled: false
default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment