File: gitlab-ci.yml

package info (click to toggle)
redisearch 1%3A1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 12,092 kB
  • sloc: ansic: 79,280; python: 3,446; pascal: 1,644; makefile: 435; yacc: 422; sh: 8
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (27)
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