diff --git a/Jenkinsfile b/Jenkinsfile index bd87cc1..6e5ebef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,8 +34,7 @@ pipeline { stage('build') { steps { script { - sh 'cd django_lostplaces' - sh 'python setup.py bdist_wheel --universal' + sh 'python django_lostplaces/setup.py bdist_wheel --universal' } } }