Skip to content

T6311: Add curl, ca-certificates and unzip to apertis-test-cases docker image

Martyn Welch requested to merge wip/martyn/T6311 into apertis/v2021dev3

We are moving to downloading and extracting artifacts for each branch in the test-cases CI pipeline, rather than looping through the git branches and generating the test cases per branch. In order to do this we need curl to download the artifacts, ca-certificates to validate the server certificate and unzip to extract the artifact.

Signed-off-by: Martyn Welch martyn.welch@collabora.com

Merge request reports