This commit is contained in:
reverend 2021-07-16 13:31:03 +02:00
parent d5789cef75
commit 3685db6892

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
script { script {
sh 'python django_lostplaces/setup.py bdist_wheel --universal' sh 'pipenv run build'
} }
} }
} }