Browse Source

fix directory directive in jenkinsfile

Grant Limberg 8 years ago
parent
commit
b01c551197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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