relative paths instead of cd

This commit is contained in:
reverend 2021-07-16 13:17:23 +02:00
parent d8b0ce1ac2
commit 244b4d2917
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -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'
}
}
}