Skip to content

Commit

Permalink
ops: trying with --user #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelJNunez committed Mar 11, 2021
1 parent 28b21a8 commit 550fbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'pip install --target ${env.WORKSPACE} poetry'
sh 'pip install --target ${env.WORKSPACE} --user poetry'
sh 'poetry install'
}
}
Expand Down

0 comments on commit 550fbb8

Please sign in to comment.