File: gitlab-ci.yml

package info (click to toggle)
python-gitlab 1%3A1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 892 kB
  • sloc: python: 5,400; sh: 201; makefile: 164
file content (10 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest

pages:
  stage: deploy
  artifacts:
    paths:
      - "*.deb"
  script:
    - gitlab-ci-git-buildpackage-all
    - gitlab-ci-aptly