Deploy fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2022-07-27 11:42:29 +02:00
parent d16a992c8a
commit d9fdb3f4c2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ pipeline {
} }
steps { steps {
sh 'debuild -us -uc -b' sh 'debuild -us -uc -b'
sh 'vn-includedeb' sh 'vn-includedeb jessie'
} }
} }
stage('Container') { stage('Container') {