mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: recreate working dir just in case it was placed under /opt/openvidu
parent
ecadb91b3e
commit
3091070179
|
@ -93,6 +93,11 @@ if [[ "${CLEAN_ENVIRONMENT}" == true || "${EXECUTE_ALL}" == true ]]; then
|
||||||
# Clean /opt/openvidu contents
|
# Clean /opt/openvidu contents
|
||||||
rm -rf /opt/openvidu/*
|
rm -rf /opt/openvidu/*
|
||||||
|
|
||||||
|
# Recreate working dir just in case it was placed under /opt/openvidu
|
||||||
|
if [[ -n "${GITHUB_ACTIONS_WORKING_DIR:-}" ]]; then
|
||||||
|
mkdir -p "${GITHUB_ACTIONS_WORKING_DIR}"
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
|
|
Loading…
Reference in New Issue