From 29c153628c4e32aad7a10e8123929291fe7f8be6 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 16 Oct 2020 10:11:02 +0200 Subject: [PATCH] Add a debian/salsa-ci.yml. --- debian/changelog | 1 + debian/salsa-ci.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 debian/salsa-ci.yml diff --git a/debian/changelog b/debian/changelog index 1a03c2a..1943f13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-oslo.serialization (4.0.1-2) unstable; urgency=medium * Uploading to unstable. * Fixed debian/watch. + * Add a debian/salsa-ci.yml. -- Thomas Goirand Fri, 16 Oct 2020 10:09:28 +0200 diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..38ecf67 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,6 @@ +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: + SALSA_CI_DISABLE_AUTOPKGTEST: 1 -- GitLab