From 8ad4e6ee669c8b90fdd6a9851e8bd7d8489779ad Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 16 Jan 2023 16:20:59 -0600 Subject: [PATCH] We shouldn't remove the Salsa CI file as part of the delta. --- debian/salsa-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/salsa-ci.yml diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..28214c5 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,12 @@ +# For more information on what jobs are run see: +# https://salsa.debian.org/salsa-ci-team/pipeline +# +# To enable the jobs, go to your repository (at salsa.debian.org) +# and click over Settings > CI/CD > Expand (in General pipelines). +# In "Custom CI config path" write debian/salsa-ci.yml and click +# in "Save Changes". The CI tests will run after the next commit. +--- +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 +