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