Fix KURENTO_SNAPSHOTS_URL unbound variable

pull/781/head
pabloFuente 2022-12-30 11:58:07 +01:00
parent b9d3f16bac
commit c3b7c5b147
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if [[ "${PREPARE}" == true || "${EXECUTE_ALL}" == true ]]; then
# Configure Snapshots repository # Configure Snapshots repository
if [[ -n "${KURENTO_SNAPSHOTS_URL}" ]]; then if [[ -n "${KURENTO_SNAPSHOTS_URL:-}" ]]; then
# Cd to GITHUB_ACTIONS_ORIGINAL_WORKING_DIR only if GITHUB_ACTIONS_WORKING_DIR is set # Cd to GITHUB_ACTIONS_ORIGINAL_WORKING_DIR only if GITHUB_ACTIONS_WORKING_DIR is set
if [[ -n "${GITHUB_ACTIONS_WORKING_DIR:-}" ]]; then if [[ -n "${GITHUB_ACTIONS_WORKING_DIR:-}" ]]; then
pushd "${GITHUB_ACTIONS_ORIGINAL_WORKING_DIR}"/ci-scripts pushd "${GITHUB_ACTIONS_ORIGINAL_WORKING_DIR}"/ci-scripts