Separate out test case generation from deployment
Rather than looping over branches (in included template from pages
),
generate the test cases here, provide these as an artifact and deploy
in a separate job. This avoids the regeneration of pages that have
not changed.
We need to use the local artifacts from the existing pipeline as these aren't accessible via curl until the whole pipeline has completed.
Whilst we are here, utilise an environment variable for the release to make it easier to migrate this between releases.
Signed-off-by: Martyn Welch martyn.welch@collabora.com