Revert "Will tests still work with fewer file priviledges?"

This reverts commit 14db3f1ec9.
This commit is contained in:
Timothy Warren 2020-03-16 15:23:19 -04:00
parent 14db3f1ec9
commit 6e16632988
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
agent {
docker {
image 'php:7.3-alpine'
args '--privileged'
args '-u root --privileged'
}
}
steps {
@ -26,7 +26,7 @@ pipeline {
agent {
docker {
image 'php:7.4-alpine'
args '--privileged'
args '-u root --privileged'
}
}
steps {
@ -38,7 +38,7 @@ pipeline {
agent {
docker {
image 'php:alpine'
args '--privileged'
args '-u root --privileged'
}
}
steps {