aboutsummaryrefslogtreecommitdiff
path: root/debian/salsa-ci.yml
blob: 8f68dfc5e7a86ad5b59bfb56398e415164494acb (plain)
1
2
3
4
5
6
7
8
9
10
11
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

# Until we cleaned these up:
variables:
  SALSA_CI_DISABLE_BLHC: 1
  SALSA_CI_DISABLE_LINTIAN: 1
  SALSA_CI_DISABLE_REPROTEST: 1

bgstack15