remove debug output

This commit is contained in:
Grant Limberg 2020-06-30 10:04:19 -07:00
parent b482064a55
commit 115187204f
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

1
Jenkinsfile vendored
View file

@ -391,7 +391,6 @@ def buildDebianNative() {
cmakeFlags = 'CMAKE_ARGS="-DZT_PACKAGE_FORMAT=DEB -DBUILD_ARM_V6=1"'
}
sh 'whoami'
dir("build") {
sh "${cmakeFlags} make setup"
dir("build") {