File: .gitlab-ci.yml

package info (click to toggle)
wala 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,072 kB
  • sloc: java: 185,631; xml: 6,066; cpp: 1,161; sh: 204; python: 46; makefile: 45; ml: 12; lisp: 8
file content (12 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
pages:
  image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest
  stage: deploy
  only:
    - master
  artifacts:
    paths:
      - public
    expire_in: 1 day
  script:
    - gitlab-ci-git-buildpackage-all
    - gitlab-ci-aptly