Commit 9eaa9aa3 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'sh-fix-gitlab-pages-deploy' into 'master'

Fix GitLab Pages deployments not working

Closes #12166 and #121660

See merge request gitlab-org/gitlab!22228
parents 4373fa12 85443aec
...@@ -5,7 +5,7 @@ module EE::Projects::UpdatePagesService ...@@ -5,7 +5,7 @@ module EE::Projects::UpdatePagesService
override :max_size_from_settings override :max_size_from_settings
def max_size_from_settings def max_size_from_settings
return super unless project.feature_available?(:pages_size_limit) return super unless License.feature_available?(:pages_size_limit)
project.closest_setting(:max_pages_size).megabytes project.closest_setting(:max_pages_size).megabytes
end end
......
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