Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
253e040d
Commit
253e040d
authored
Nov 17, 2020
by
Furkan Ayhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable FF ci_bridge_dependency_variables by default
parent
223fcfc6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/models/ci/bridge.rb
app/models/ci/bridge.rb
+1
-1
changelogs/unreleased/273734-enable-ci_bridge_dependency_variables.yml
...released/273734-enable-ci_bridge_dependency_variables.yml
+5
-0
config/feature_flags/development/ci_bridge_dependency_variables.yml
...ture_flags/development/ci_bridge_dependency_variables.yml
+1
-1
No files found.
app/models/ci/bridge.rb
View file @
253e040d
...
...
@@ -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
...
...
changelogs/unreleased/273734-enable-ci_bridge_dependency_variables.yml
0 → 100644
View file @
253e040d
---
title
:
Implement passing dotenv variables to bridge jobs
merge_request
:
47905
author
:
type
:
fixed
config/feature_flags/development/ci_bridge_dependency_variables.yml
View file @
253e040d
...
...
@@ -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
:
fals
e
default_enabled
:
tru
e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment