Skip to content

Commit

Permalink
fix spacing of nested 'steps:'
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed Oct 31, 2023
1 parent 456a390 commit 7e0a5ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/deployment/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
steps:
when:
condition: << pipeline.parameters.run_dev_deployment >>
steps:
- deploy-cloud-dot-gov:
backend-appname: tdp-backend-<< parameters.target_env >>
frontend-appname: tdp-frontend-<< parameters.target_env >>
steps:
- deploy-cloud-dot-gov:
backend-appname: tdp-backend-<< parameters.target_env >>
frontend-appname: tdp-frontend-<< parameters.target_env >>

deploy-staging:
executor: docker-executor
Expand Down Expand Up @@ -41,7 +41,7 @@
steps:
when:
condition: << pipeline.parameters.run_dev_deployment >>
steps:
steps:
- deploy-infrastructure:
cf-app: << parameters.target_env >>

Expand Down

0 comments on commit 7e0a5ab

Please sign in to comment.