mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
fix directory directive in jenkinsfile
This commit is contained in:
parent
df6d3ca66b
commit
b01c551197
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue