Skip to content
  • Ben Gamari's avatar
    gitlab-ci: Explicitly clear dependencies of all jobs · ece72843
    Ben Gamari authored
    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.
    ece72843
Validating GitLab CI configuration… Learn more