Browse Source

fix directory directive in jenkinsfile

pull/1/head
Grant Limberg 10 years ago
parent
commit
b01c551197
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save