.
This commit is contained in:
parent
1960bf3792
commit
1d787a3b1d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,12 +12,15 @@ pipeline {
|
||||
}
|
||||
|
||||
stage("migration") {
|
||||
steps {
|
||||
script {
|
||||
pipenv run makemigrations
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("build") {
|
||||
steps {
|
||||
script {
|
||||
cd django_lostplaces
|
||||
python setup.py bdist_wheel --universal
|
||||
@ -25,3 +28,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user