mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 13:01:39 -07:00
dir directive appears to create a tmpdir rather than just cd
This commit is contained in:
parent
b01c551197
commit
af2bdfc421
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -25,9 +25,7 @@ parallel 'centos7': {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build macOS UI') {
|
stage('Build macOS UI') {
|
||||||
dir('macui') {
|
sh 'cd macui && xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
||||||
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue