Don't try and build from different directory

This commit is contained in:
vato007
2020-07-30 10:46:21 +00:00
parent 608b98b41d
commit 04c73cfbfe

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
stage('Build') {
steps {
sh 'cd python'
sh 'python python/setup.py bdist_wheel'
sh 'python setup.py bdist_wheel'
}
}