fix: refs #7643 Debuild stage debug
gitea/hedera-web/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2024-07-04 16:21:11 +02:00
parent 921b029b06
commit d1c4f9dba2
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -35,6 +35,7 @@ pipeline {
}
}
steps {
sh 'sleep 86400'
sh 'debuild -us -uc -b'
}
}