mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 02:16:45 +00:00
For kicks - try what happens if we don't stop when Quilt fails
This commit is contained in:
parent
b9283fd8b1
commit
adf7cbf2b3
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user