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