mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-30 08:04:04 +00:00
dir directive appears to create a tmpdir rather than just cd
This commit is contained in:
parent
b01c551197
commit
af2bdfc421
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -25,9 +25,7 @@ parallel 'centos7': {
|
||||
}
|
||||
|
||||
stage('Build macOS UI') {
|
||||
dir('macui') {
|
||||
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
||||
}
|
||||
sh 'cd macui && xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user