diff options
author | Guilhem Moulin <guilhem@debian.org> | 2024-06-13 19:48:50 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-16 00:10:19 +0200 |
commit | db39468162d7631abe75bd2cfbde92c69a3520cd (patch) | |
tree | ec0244c3821183b9b9e4a718939600e56bf3c476 /debian/salsa-ci.yml | |
parent | c67e0904613dc0e5f1937a511be4198274d8111d (diff) |
Salsa CI: Set RELEASE=bookworm and disable Lintian job.
Gbp-Dch: Ignore
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..24a3259 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,8 @@ +--- +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 + +variables: + RELEASE: 'bookworm' + SALSA_CI_DISABLE_LINTIAN: 1 |