Skip to content

Commit

Permalink
chore: Remove stop application call when deleting application
Browse files Browse the repository at this point in the history
Stopping application will be done on cloud side during application deletion
  • Loading branch information
karolisg committed Sep 25, 2023
1 parent 79b58b3 commit daa0d36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dozer-cli/src/simple/cloud_orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ impl CloudOrchestrator for SimpleOrchestrator {
self.runtime.block_on(async move {
let mut client = get_cloud_client(&cloud, cloud_config).await?;

stop_app(&mut client, &app_id).await?;

// steps.start_next_step();
let delete_result = client
.delete_application(DeleteAppRequest {
app_id: app_id.clone(),
Expand Down

0 comments on commit daa0d36

Please sign in to comment.