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

[Git][ftp-team/dak][master] .gitlab-ci.yml: do not run tests for `deploy` branch [ci skip]



Title: GitLab

Ansgar Burchardt pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1 1
     ---
    
    2
    +.template: &template
    
    3
    +  except:
    
    4
    +    - deploy@ftp-team/dak
    
    5
    +
    
    2 6
     test stretch:
    
    7
    +  <<: *template
    
    3 8
       image: debian:stretch
    
    4 9
       script: debian/run-ci
    
    5 10
     
    
    6 11
     test buster:
    
    12
    +  <<: *template
    
    7 13
       image: debian:buster
    
    8 14
       script: debian/run-ci
    
    9 15
     
    
    10 16
     flake8:
    
    17
    +  <<: *template
    
    11 18
       image: debian:9
    
    12 19
       script:
    
    13 20
         - apt-get update
    


  • Reply to: