From 4d2a3841af915cad68e8641ca8ae8e83df29d27a Mon Sep 17 00:00:00 2001 From: David Prevot Date: Wed, 22 Jun 2022 15:46:09 +0200 Subject: [PATCH] CI: cfix --- .Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index 9a629b1..9d9ca41 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -18,11 +18,11 @@ pipeline { sh 'echo "Building ${env.JOB_NAME}..."' sh '/usr/bin/generate-git-snapshot' sh '/usr/bin/build-and-provide-package' - # Lintian + /* Lintian */ sh 'mkdir -p report' - # For the source package: + /* For the source package */ sh '/usr/bin/lintian-junit-report *.dsc > report/lintian.xml' - # For the binary package: + /* For the binary package */ sh '/usr/bin/lintian-junit-report *.changes >> report/lintian.xml' } }