mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02: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') {
|
||||
dir('macui') {
|
||||
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
||||
}
|
||||
sh 'cd macui && xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue