mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: fix "popd: directory stack empty"
parent
a65a22e204
commit
6ecc72800b
|
@ -83,7 +83,6 @@ function environmentLaunch {
|
|||
/opt/openvidu/openvidu-server-*.jar &> /opt/openvidu/openvidu-server-"${MEDIA_SERVER}".log &
|
||||
fi
|
||||
until $(curl --insecure --output /dev/null --silent --head --fail https://OPENVIDUAPP:MY_SECRET@localhost:4443/); do echo "Waiting for openvidu-server..."; sleep 2; done
|
||||
popd
|
||||
}
|
||||
|
||||
function openviduE2ETests {
|
||||
|
@ -101,7 +100,6 @@ function openviduE2ETests {
|
|||
local DOCKER_HOST_IP
|
||||
DOCKER_HOST_IP="$(docker network inspect bridge | grep Subnet | cut -d'"' -f4 | cut -d'/' -f1 | sed 's/.$/1/')"
|
||||
|
||||
|
||||
pushd openvidu-test-e2e
|
||||
if [[ "${MEDIA_SERVER}" == "kurento" ]]; then
|
||||
|
||||
|
|
Loading…
Reference in New Issue