[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] .gitlab-ci.yml: add dependencies to avoid downloading unneeded artifacts



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -47,6 +47,7 @@ get coverage:
    47 47
     contributors:
    
    48 48
       image: debian:buster
    
    49 49
       stage: deploy
    
    50
    +  dependencies: []
    
    50 51
       script:
    
    51 52
         - apt update && apt install -y git python3-debiancontributors
    
    52 53
         - dc-tool --mine config/debian/contributor.patch --auth-token "@$DC_TOKEN" --source ftp.debian.org --post
    
    ... ... @@ -63,6 +64,8 @@ pages:
    63 64
         - epydoc -q --html --graph all --css white -n DAK -o public/epydoc --include-log --show-imports dak dakweb
    
    64 65
         - mv coverage public/coverage
    
    65 66
       stage: deploy
    
    67
    +  dependencies:
    
    68
    +    - get coverage
    
    66 69
       artifacts:
    
    67 70
         paths:
    
    68 71
           - public
    


  • Reply to: