mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: Typo in prepareTestingEnvironment
parent
dd811cdbf6
commit
0f29c49774
|
@ -25,7 +25,7 @@ def prepareTestingEnvironment() {
|
||||||
},
|
},
|
||||||
'Removing stranded containers': {
|
'Removing stranded containers': {
|
||||||
removeStrandedContainers(true)
|
removeStrandedContainers(true)
|
||||||
}
|
},
|
||||||
'All permissions for /opt/openvidu/recordings': {
|
'All permissions for /opt/openvidu/recordings': {
|
||||||
sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings'
|
sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue