.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -12,16 +12,20 @@ pipeline {
|
||||
}
|
||||
|
||||
stage("migration") {
|
||||
steps {
|
||||
script {
|
||||
pipenv run makemigrations
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("build") {
|
||||
steps {
|
||||
script {
|
||||
cd django_lostplaces
|
||||
python setup.py bdist_wheel --universal
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user