fix(jenkins): run spacetimedb update installer by command name

This commit is contained in:
2026-05-19 19:25:35 +08:00
parent 84eccfe8cb
commit 8919f37b2c
3 changed files with 10 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ prepare_spacetime() {
local update_name="spacetimedb-update-${SPACETIME_TARGET_HOST}"
local downloaded_update="${PROVISION_DOWNLOADS_DIR}/${update_name}"
local source_update=""
local prepared_update="${tmp_dir}/${update_name}"
local prepared_update="${tmp_dir}/spacetimedb-update"
local downloaded_installer="${PROVISION_DOWNLOADS_DIR}/spacetime-install.sh"
local source_installer=""