mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-09 20:12:50 +00:00
fix directory directive in jenkinsfile
This commit is contained in:
parent
df6d3ca66b
commit
b01c551197
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ parallel 'centos7': {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Build macOS UI') {
|
stage('Build macOS UI') {
|
||||||
dir('$WORKSPACE/macui') {
|
dir('macui') {
|
||||||
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user