Will tests still work with fewer file priviledges?
This commit is contained in:
parent
a4fe28f7b5
commit
14db3f1ec9
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'php:7.3-alpine'
|
||||
args '-u root --privileged'
|
||||
args '--privileged'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
@ -26,7 +26,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'php:7.4-alpine'
|
||||
args '-u root --privileged'
|
||||
args '--privileged'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
@ -38,7 +38,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'php:alpine'
|
||||
args '-u root --privileged'
|
||||
args '--privileged'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user