ci-scripts: update scripts path warning

pull/797/head
pabloFuente 2023-03-17 17:28:15 +01:00
parent 1c29c3c76c
commit 5aa91f7217
2 changed files with 10 additions and 5 deletions

View File

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

View File

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