Testing
Apps/everybody-mov/pipeline/head Something is wrong with the build of this commit
Details
Apps/everybody-mov/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
0fbeda41a1
commit
ceb8f92c19
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'python -m pip install --no-cache-dir --upgrade --user pip'
|
sh 'python -m pip install --no-cache-dir --upgrade --user pip'
|
||||||
sh 'python -m pip install --no-cache-dir pipenv --user'
|
sh 'python -m pip install --no-cache-dir pipenv --user'
|
||||||
sh 'python -m pipenv install'
|
sh 'python -m pipenv install --dev'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Check') {
|
stage('Check') {
|
||||||
|
|
Loading…
Reference in New Issue