Skip to content

Fix build_uncategorized_site to match partial_build_uncategorized.rb expectations

Ryan Wells requested to merge ryaanwells/local_build_fix into master

What does this MR do?

When trying to build !134370 (merged) locally, I couldn't get the team pages to build (following these steps) as the uncategorized pages build step was failing.

The root is a mismatch in parameters between lib/tasks/build.rake:build_uncategorized_site and the parameter validation in extensions/partial_build_uncategorized.rb, around lines 44-55 during initialisation.

This PR brings the rake task in line with the build step expectations. Given this is a local script, I don't think this should break anything but I'd 100% appreciate some more knowledgable eyes on this!

Merge request reports

Loading