From 5aa91f72172fcc772d75f7edb499fb64b2bbbe92 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 17 Mar 2023 17:28:15 +0100 Subject: [PATCH] ci-scripts: update scripts path warning --- ci-scripts/commons.sh | 8 ++++---- ci-scripts/openvidu-e2e-tests.sh | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) 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