fix(slowness): refs #8886 jenkinsfile fix
This commit is contained in:
parent
cc050dc9eb
commit
3d1f537bc1
|
@ -46,6 +46,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'debuild -us -uc -b'
|
sh 'debuild -us -uc -b'
|
||||||
|
sh 'rm -rf debuild'
|
||||||
sh 'mkdir -p debuild'
|
sh 'mkdir -p debuild'
|
||||||
sh 'mv ../hedera-web_* debuild'
|
sh 'mv ../hedera-web_* debuild'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue