Skip to content

Commit

Permalink
use simpler flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi-kerner committed Dec 7, 2023
1 parent 3cd1ae5 commit 8c2b9d1
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions misc/workflow-with-failures/env0.workflow.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
environments:
account:
name: Onboarding
A:
name: A
templateName: "null"
network:
name: Network
templateName: "null"
needs:
- account
database-test:
name: Database-Test
B:
name: B
templateName: "null switch"
needs:
- network
cluster:
name: EKS-Cluster
- A
C:
name: C
templateName: "null"
needs:
- network
flux:
name: Flux-Install
- A
D:
name: D
templateName: "null"
needs:
- database-test
- cluster
- B
- C
settings:
environmentRemovalStrategy: destroy

0 comments on commit 8c2b9d1

Please sign in to comment.