File: .gitlab-ci.yml

package info (click to toggle)
python-vagrant 0.5.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: python: 1,386; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (57)
1
2
3
4
5
6
7
8
9
image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest

build:
  artifacts:
    paths:
    - "*.deb"
    expire_in: 1 day
  script:
    - gitlab-ci-git-buildpackage-all