mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Don't fail in CI if AWS_KEY_NAME is not defined
parent
5319c0a77b
commit
8bdb5ba8be
|
@ -2,6 +2,7 @@
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
CF_RELEASE=${CF_RELEASE:-false}
|
CF_RELEASE=${CF_RELEASE:-false}
|
||||||
|
AWS_KEY_NAME=${AWS_KEY_NAME:-}
|
||||||
|
|
||||||
if [[ $CF_RELEASE == "true" ]]; then
|
if [[ $CF_RELEASE == "true" ]]; then
|
||||||
git checkout v$OPENVIDU_VERSION
|
git checkout v$OPENVIDU_VERSION
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
CF_RELEASE=${CF_RELEASE:-false}
|
CF_RELEASE=${CF_RELEASE:-false}
|
||||||
|
AWS_KEY_NAME=${AWS_KEY_NAME:-}
|
||||||
|
|
||||||
if [[ $CF_RELEASE == "true" ]]; then
|
if [[ $CF_RELEASE == "true" ]]; then
|
||||||
git checkout v$OPENVIDU_PRO_VERSION
|
git checkout v$OPENVIDU_PRO_VERSION
|
||||||
|
|
Loading…
Reference in New Issue