From adf7cbf2b322d3ac701238e4b7de89457f392b4e Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Fri, 10 Jan 2025 18:05:37 +0000 Subject: [PATCH] For kicks - try what happens if we don't stop when Quilt fails --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1eeb09f8..81b534e27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -596,7 +596,8 @@ jobs: name: "Apply the Debian package's patches" command: | cd /tmp/debian-trixie-package/tahoe-lafs/ - quilt push -a + # TODO decide: Should we honour quilt's opinion about this build? + quilt push -a || true - run: name: "Build & run tests" command: |