mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: update scripts path warning
parent
1c29c3c76c
commit
5aa91f7217
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue