ci: refs #7643 Debuild image fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-04 19:04:04 +02:00
parent 9507292a13
commit cc5faf97da
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -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'
}