Testing
Apps/everybody-mov/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Amber McCloughan 2022-09-01 00:44:15 -04:00
parent 0fbeda41a1
commit ceb8f92c19
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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') {