From 6ecc72800b7ed96621d939ae4c60f364e961f483 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 3 Jan 2023 13:03:31 +0100 Subject: [PATCH] ci-scripts: fix "popd: directory stack empty" --- ci-scripts/openvidu-e2e-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci-scripts/openvidu-e2e-tests.sh b/ci-scripts/openvidu-e2e-tests.sh index 56b76480..43311225 100755 --- a/ci-scripts/openvidu-e2e-tests.sh +++ b/ci-scripts/openvidu-e2e-tests.sh @@ -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