Skip to content
Snippets Groups Projects
Commit 15ed50eb authored by Martyn Welch's avatar Martyn Welch
Browse files

Deploy pages from archives using archived tools


Rather than iterating over the available branches, checking them out
and building the pages, we are going to render the pages in a separate
jobs and pick up the artifacts created by those jobs. Tweak the
template `render-pages` in `.gitlab-ci/templates-render-pages.yml` to
retrieve and extract the artifacts rather than generating the pages.
Tweak the naming to be more consistent with its new role.

We need the tools to generate the main menu on every branch that
generates test-cases. Rather than copying the tools to them all, keep
the tools here, archive them and pull out the archive in the template
which is also stored on this branch.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 0b8902a2
No related branches found
No related tags found
No related merge requests found
Pipeline #142168 passed