File: gitlab-ci.yml

package info (click to toggle)
python-daiquiri 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: python: 593; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (26)
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