Skip to content

Commit

Permalink
Update apps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 26, 2024
1 parent 5ea6721 commit 53d9df2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/modules/apps/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ export default class Apps {
await appEnvironment(this.#umbreld, 'up')
} catch (error) {
this.logger.error(`Failed to start app environment: ${(error as Error).message}`)
this.logger.log('Attempting to clean Docker state before retrying...')
await this.cleanDockerState()
}
await pRetry(() => appEnvironment(this.#umbreld, 'up'), {
onFailedAttempt: (error) => {
Expand Down

0 comments on commit 53d9df2

Please sign in to comment.