relative paths instead of cd
This commit is contained in:
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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user