File: gitlab-ci.yml

package info (click to toggle)
python-daiquiri 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 888; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
11
12
image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest

pages:
  stage: deploy
  except:
    - tags
  artifacts:
    paths:
    - public
  script:
   - gitlab-ci-git-buildpackage-all
   - gitlab-ci-aptly