From 604f8c2abfe0749a010fa07208539641a1a45b51 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 6 Dec 2021 14:14:27 +0100 Subject: [PATCH] d/scripts: trim build and jenkins too Signed-off-by: Thomas Lamprecht --- debian/scripts/prepare-changes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/scripts/prepare-changes.sh b/debian/scripts/prepare-changes.sh index 9333e12..b22404e 100755 --- a/debian/scripts/prepare-changes.sh +++ b/debian/scripts/prepare-changes.sh @@ -21,6 +21,8 @@ sed -i '/ Sponsors: /Id' "$cfn" sed -i '/ Chore: /Id' "$cfn" sed -i '/ Docs: /Id' "$cfn" sed -i '/ ci: /Id' "$cfn" +sed -i '/ build: /Id' "$cfn" +sed -i '/ESLint Jenkins/Id' "$cfn" if [[ $1 ]]; then version="$1"