diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 02:03:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 02:03:49 +0000 |
commit | 2a25c83b18bafcaf5c21581ff085ab611eb514e8 (patch) | |
tree | 5ef885758a28be94c22051d388c782a4e60ef83b /config | |
parent | b0481767fe49d53033d0a1c74b661f971e3cc680 (diff) | |
download | gitlab-ce-2a25c83b18bafcaf5c21581ff085ab611eb514e8.tar.gz |
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
Diffstat (limited to 'config')
-rw-r--r-- | config/feature_flags/development/ci_runners_tokens_optional_encryption.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml b/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml index 76689452b2a..52aed3378ff 100644 --- a/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml +++ b/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml @@ -1,7 +1,7 @@ --- name: ci_runners_tokens_optional_encryption -introduced_by_url: +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/cbba8fe02b0ea3adabcfe18685c9af6be3859e2d rollout_issue_url: -group: +group: group::continuous integration type: development -default_enabled: false +default_enabled: true |