Skip to content

Commit

Permalink
cd: prepare stages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 8, 2024
1 parent 6d86c61 commit 275173b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cloudbees/workflows/bp-tf-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
ROOT: 01-getting-started
TF_VAR_hosted_zone: bp01-cd.aws.ps.beescloud.com
STAGES: "wipeout"
STAGES: ""
needs:
- init
steps:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
env:
ROOT: 02-at-scale
TF_VAR_hosted_zone: bp02-cd.aws.ps.beescloud.com
STAGES: "wipeout"
STAGES: "deploy,validate,onboarding"
needs:
- init
steps:
Expand Down

0 comments on commit 275173b

Please sign in to comment.