diff --git a/ci-scripts/commons.sh b/ci-scripts/commons.sh index 2ec1b9fc..81042337 100755 --- a/ci-scripts/commons.sh +++ b/ci-scripts/commons.sh @@ -1,10 +1,10 @@ #!/bin/bash -x set -eu -o pipefail -################################################################ -# Any function offered by this file assume that the path is # -# located where the first command of each function requires it # -################################################################ +############################################################################ +# Any function offered by this file that is not path agnostic assumes that # +# the path is located where the first command of each function requires it # +############################################################################ # CI flags CLEAN_ENVIRONMENT=false diff --git a/ci-scripts/openvidu-e2e-tests.sh b/ci-scripts/openvidu-e2e-tests.sh index 637c37f0..0efb2b5b 100755 --- a/ci-scripts/openvidu-e2e-tests.sh +++ b/ci-scripts/openvidu-e2e-tests.sh @@ -1,6 +1,11 @@ #!/bin/bash -x set -eu -o pipefail +############################################################################ +# Any function offered by this file that is not path agnostic assumes that # +# the path is located where the first command of each function requires it # +############################################################################ + OV_INTEGRATION_TESTS=false OV_UNIT_TESTS=false OV_E2E_KURENTO=false @@ -233,4 +238,4 @@ fi # ------------- if [[ "${LAUNCH_OV_MEDIASOUP}" == true ]]; then environmentLaunch "mediasoup" -fi \ No newline at end of file +fi