Skip to content

Commit

Permalink
Forcing user to be pharo
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jul 24, 2021
1 parent 1b6e7c0 commit da4a254
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 @@ -308,7 +308,7 @@ def runInsideDocker(platform, imageName, closure){
image = docker.build("pharo-${imageName}","./docker/${imageName}/")
}

image.inside("-v /tmp:/tmp -v /builds/workspace:/builds/workspace -e HOME=/opt/pharo", closure)
image.inside("-v /tmp:/tmp -v /builds/workspace:/builds/workspace -e HOME=/opt/pharo -u pharo", closure)
}
}

Expand Down

0 comments on commit da4a254

Please sign in to comment.