.
This commit is contained in:
parent
1960bf3792
commit
1d787a3b1d
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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user