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
|
#!/bin/bash -x
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
################################################################
|
############################################################################
|
||||||
# Any function offered by this file assume that the path is #
|
# Any function offered by this file that is not path agnostic assumes that #
|
||||||
# located where the first command of each function requires it #
|
# the path is located where the first command of each function requires it #
|
||||||
################################################################
|
############################################################################
|
||||||
|
|
||||||
# CI flags
|
# CI flags
|
||||||
CLEAN_ENVIRONMENT=false
|
CLEAN_ENVIRONMENT=false
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
set -eu -o pipefail
|
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_INTEGRATION_TESTS=false
|
||||||
OV_UNIT_TESTS=false
|
OV_UNIT_TESTS=false
|
||||||
OV_E2E_KURENTO=false
|
OV_E2E_KURENTO=false
|
||||||
|
|
Loading…
Reference in New Issue