Skip to content

Commit

Permalink
break retry loop (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner authored Dec 3, 2024
1 parent ad4a80a commit bfef54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/instances/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default async function (options: InstancesDeployOptions) {
} else {
await orchestrator.continue(instance, {verbose: options.verbose})
}
break
} catch (e) {
// Throw in final run
if (remaining === 1) throw e
Expand Down

0 comments on commit bfef54b

Please sign in to comment.