Skip to content
  • Ondřej Surý's avatar
    Replace dependencies+needs with needs+artifacts in GitLabCI config · 66ba808c
    Ondřej Surý authored and Ondřej Surý's avatar Ondřej Surý committed
    All jobs now use solely the newer needs configuration to declare
    dependencies between jobs:
    
        needs:
          - job: <foo>
            artifacts: true
    
    instead of combination of dependencies and needs which is deprecated.
    This change completely unbundles the stages (alas the stages still needs
    to stay because the job graph has to stay acyclic between the stages).
    66ba808c
Validating GitLab CI configuration… Learn more