Skip to content

Remove bin/combine-sitemaps from artifacts

Chad Woolley requested to merge remove-bin-combine-sitemaps-from-artifacts into master

What does this MR do?

  • Make the master/MR deploy jobs download bin/combine-sitemaps instead of requiring them to be passed by every individual build job's artifacts.
    • This decouples the deploy job from the artifacts, and enables other optimizations such as not passing along unnecessary artifacts.
  • Some other minor cleanup to the CI config

Relates #6689 (closed) #6740 (closed)

Edited by Chad Woolley

Merge request reports