This commit is contained in:
reverend 2021-07-16 13:31:03 +02:00
parent d5789cef75
commit 3685db6892
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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