summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4196d42c..a404fea7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ parallel 'centos7': {
}
stage('Build macOS UI') {
- dir('$WORKSPACE/macui') {
+ dir('macui') {
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
}
}