relative paths instead of cd
This commit is contained in:
parent
d8b0ce1ac2
commit
244b4d2917
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -34,8 +34,7 @@ pipeline {
|
|||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'cd django_lostplaces'
|
sh 'python django_lostplaces/setup.py bdist_wheel --universal'
|
||||||
sh 'python setup.py bdist_wheel --universal'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user