.
This commit is contained in:
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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user