Skip to content

Commit

Permalink
remove unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jan 24, 2024
1 parent f600055 commit a464372
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions e2e/non-interactive.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ set api_endpoint "https://api.lab-cloudscale-rma-0.appuio.cloud:6443"
set passphrase [getenv_or_die "E2E_PASSBOLT_PASSPHRASE"]
set private_key [getenv_or_die "E2E_PASSBOLT_PRIVATE_KEY"]

proc expect_prompt {prompt} {
expect -exact "$prompt"
expect -exact "> "
sleep .5
}

# The script assumes vi is used to enter the provate key
set ::env(EDITOR) "vi"
file delete -force config.yaml
file delete -force "em-$cluster_id"
set ::env(EMR_CONFIG_DIR) [pwd]
Expand Down

0 comments on commit a464372

Please sign in to comment.