ci-scripts: fix "popd: directory stack empty"

pull/781/head
pabloFuente 2023-01-03 13:03:31 +01:00
parent a65a22e204
commit 6ecc72800b
1 changed files with 0 additions and 2 deletions

View File

@ -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