Jenkins CI: Improve clean up
continuous-integration/drone/push Build is passing Details

This commit is contained in:
David Prevot 2022-06-29 14:03:03 +02:00
parent bdb84e809f
commit 7901fd1950
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pipeline {
steps {
script {
sh 'mk-build-deps --install --remove debian/control'
sh 'rm -rf source'
sh 'rm -rf {source,*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt}'
sh "gbp clone --debian-branch=$GIT_BRANCH $GIT_URL source"
sh 'cd source && git checkout $GIT_BRANCH && gbp buildpackage -us -uc'
}