-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
info "Started database dump download from URL."
# Check all required values.
[ -z "${VORTEX_DB_DOWNLOAD_URL}" ] && fail "Missing required value for VORTEX_DB_DOWNLOAD_URL." && exit 1
mkdir -p "${VORTEX_DB_DIR}"
curl -Ls "${VORTEX_DB_DOWNLOAD_URL}" -o "${VORTEX_DB_DIR}/${VORTEX_DB_FILE}.zip"
unzip -o -P "${VORTEX_DB_DOWNLOAD_UNZIP_PASSWORD}" "${VORTEX_DB_DIR}/${VORTEX_DB_FILE}.zip" -d "${VORTEX_DB_DIR}"
rm -f "${VORTEX_DB_DIR}/${VORTEX_DB_FILE}.zip" >/dev/null
pass "Finished database dump download from URL."
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status