fix(slowness): refs #8886 jenkinsfile fix
gitea/hedera-web/pipeline/head This commit looks good Details
gitea/hedera-web/pipeline/pr-master Build started... Details

This commit is contained in:
Juan Ferrer 2025-04-08 13:40:34 +02:00
parent cc050dc9eb
commit 3d1f537bc1
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -46,6 +46,7 @@ pipeline {
}
steps {
sh 'debuild -us -uc -b'
sh 'rm -rf debuild'
sh 'mkdir -p debuild'
sh 'mv ../hedera-web_* debuild'