Skip to content

gitlab-ci: Explicitly clear dependencies of all jobs

Ben Gamari requested to merge wip/drop-ci-dependencies into master

Apparently GitLab CI defaults to declaring all jobs of the previous stage as dependencies of a job. This meant that we would end up downloading all of our binary distributions during the cleanup stage, eating up a truly remarkable amount of S3 tranfers.

Merge request reports