fix variable

This commit is contained in:
Grant Limberg 2020-06-23 14:28:32 -07:00
parent 9722bdef75
commit 6d88a13407
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -304,7 +304,7 @@ def packageStatic() {
unstash "static-${arch}"
sh "mkdir -p build"
sh "mv zerotier-static-${arch} build/zerotier && chmod +x build/zerotier"
sh "${cmakeArgs} make setup"
sh "${cmakeFlags} make setup"
dir("build") {
sh 'make package'
}