Skip to content

Commit

Permalink
Revert ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLeighton21 committed Jul 30, 2024
1 parent fb41f58 commit 0ea5616
Showing 1 changed file with 28 additions and 29 deletions.
57 changes: 28 additions & 29 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ workflows:
branches:
only:
- main
- ms-graph-include-reference-number
- deploy_to_test_dev:
context: *moj-forms-context
requires:
Expand All @@ -283,31 +282,31 @@ workflows:
requires:
- deploy_to_test_dev
- deploy_to_test_production
# - build_and_push_image_live:
# context: *moj-forms-context
# requires:
# - acceptance_tests
# filters:
# branches:
# only: main
# - deploy_to_live_dev:
# context: *moj-forms-context
# requires:
# - acceptance_tests
# - build_and_push_image_live
# filters:
# branches:
# only: main
# - deploy_to_live_production:
# context: *moj-forms-context
# requires:
# - acceptance_tests
# - build_and_push_image_live
# filters:
# branches:
# only: main
# - smoke_tests:
# context: *moj-forms-context
# requires:
# - deploy_to_live_dev
# - deploy_to_live_production
- build_and_push_image_live:
context: *moj-forms-context
requires:
- acceptance_tests
filters:
branches:
only: main
- deploy_to_live_dev:
context: *moj-forms-context
requires:
- acceptance_tests
- build_and_push_image_live
filters:
branches:
only: main
- deploy_to_live_production:
context: *moj-forms-context
requires:
- acceptance_tests
- build_and_push_image_live
filters:
branches:
only: main
- smoke_tests:
context: *moj-forms-context
requires:
- deploy_to_live_dev
- deploy_to_live_production

0 comments on commit 0ea5616

Please sign in to comment.