mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
refactor: remove dead cloud_exec_long and _*_exec_long functions (#2407)
The cloud_exec_long dispatcher in common.sh and all five cloud-specific _exec_long implementations (aws, digitalocean, gcp, hetzner, sprite) were defined but never called by any code in the e2e test suite. Co-authored-by: spawn-qa-bot <qa@openrouter.ai> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7801c263bb
commit
c4ae16849d
6 changed files with 0 additions and 190 deletions
|
|
@ -86,7 +86,6 @@ cloud_validate_env() { "_${ACTIVE_CLOUD}_validate_env" "$@"; }
|
|||
cloud_headless_env() { "_${ACTIVE_CLOUD}_headless_env" "$@"; }
|
||||
cloud_provision_verify() { "_${ACTIVE_CLOUD}_provision_verify" "$@"; }
|
||||
cloud_exec() { "_${ACTIVE_CLOUD}_exec" "$@"; }
|
||||
cloud_exec_long() { "_${ACTIVE_CLOUD}_exec_long" "$@"; }
|
||||
cloud_teardown() { "_${ACTIVE_CLOUD}_teardown" "$@"; }
|
||||
cloud_cleanup_stale() { "_${ACTIVE_CLOUD}_cleanup_stale" "$@"; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue