From cc5faf97da2f4069cdab4f712bef5a443c50f03d Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 4 Jul 2024 19:04:04 +0200 Subject: [PATCH] ci: refs #7643 Debuild image fixes --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f878bc7..960e15ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,6 @@ pipeline { steps { sh 'debuild -us -uc -b' sh 'mkdir -p output' - sh 'rm output/*' sh 'cp ../*.deb output' sh 'sleep 86400' }