diff --git a/Jenkinsfile b/Jenkinsfile index 40fe43f9..486288e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,8 +36,7 @@ pipeline { } } steps { - sh 'sleep 86300' - sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"' + sh 'debuild -us -uc -b' } } stage('Reprepro') {