diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-27 19:04:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-27 19:04:22 +0000 |
commit | 5de2457398cc9ec42a7f3b0b9e17515b5d4ef235 (patch) | |
tree | 9e770e574f6bf7b46b4948a6f5863d22349dd0b1 /lib | |
parent | 01063c436e1ad664bac2fc480d58cda937ca340b (diff) | |
download | gitlab-ce-5de2457398cc9ec42a7f3b0b9e17515b5d4ef235.tar.gz |
Add latest changes from gitlab-org/security/gitlab@15-1-stable-ee
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/config/loader/yaml.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/config/loader/yaml.rb b/lib/gitlab/config/loader/yaml.rb index 0559c85647d..7b87b5b8f97 100644 --- a/lib/gitlab/config/loader/yaml.rb +++ b/lib/gitlab/config/loader/yaml.rb @@ -41,8 +41,6 @@ module Gitlab end def too_big? - return false unless Feature.enabled?(:ci_yaml_limit_size) - !deep_size.valid? end |