fix directory directive in jenkinsfile

This commit is contained in:
Grant Limberg 2016-10-25 13:04:24 -07:00
parent df6d3ca66b
commit b01c551197

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ parallel 'centos7': {
}
stage('Build macOS UI') {
dir('$WORKSPACE/macui') {
dir('macui') {
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
}
}