From bc457b10a084523da97c775a993e5d6ac0b9d89a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Jan 2024 16:18:23 +0200 Subject: ambient.yaml: fix subplot project: clean built files before deb Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ambient.yaml b/ambient.yaml index 5f2911b..7742319 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -410,6 +410,9 @@ projects: dch -v "$version" "CI build under Ambient." dch -r '' + git status --ignored + git clean -fdx + - action: deb subplot-libdocs: -- cgit v1.2.1