mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
fix variable
This commit is contained in:
parent
9722bdef75
commit
6d88a13407
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -304,7 +304,7 @@ def packageStatic() {
|
||||||
unstash "static-${arch}"
|
unstash "static-${arch}"
|
||||||
sh "mkdir -p build"
|
sh "mkdir -p build"
|
||||||
sh "mv zerotier-static-${arch} build/zerotier && chmod +x build/zerotier"
|
sh "mv zerotier-static-${arch} build/zerotier && chmod +x build/zerotier"
|
||||||
sh "${cmakeArgs} make setup"
|
sh "${cmakeFlags} make setup"
|
||||||
dir("build") {
|
dir("build") {
|
||||||
sh 'make package'
|
sh 'make package'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue