Skip to content

Don't pull the archives image before build

Pulling the huge Docker image before building it again had the rationale to use the layers and speed up the build. However, we're constrained by disk space, so we're not able to pull the archives image.

This also adds a new rule that will allow us to run the whole pipeline in a schedule.

Merge request reports

Loading