Skip to content

Commit

Permalink
removed 2722/circleci branch references now that testing is done
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed Dec 19, 2023
1 parent b124de1 commit 880ccf4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/deployment/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- equal: [ master, << pipeline.git.branch >> ]
- equal: [ main, << pipeline.git.branch >> ]
- equal: [ develop, << pipeline.git.branch >> ]
# - equal: [ '2722/circleci', << pipeline.git.branch >> ] #DELETE BEFORE MERGE
- << pipeline.parameters.run_dev_deployment >>
- not: << pipeline.parameters.run_nightly_owasp_scan >>

Expand All @@ -21,15 +20,13 @@
filters:
branches:
ignore:
# - '2722/circleci' #DELETE BEFORE MERGE
- develop
- main
- master
- deploy-infrastructure-staging:
filters:
branches:
only:
# - '2722/circleci' #DELETE BEFORE MERGE
- develop
- main
- deploy-infrastructure-production:
Expand All @@ -56,7 +53,6 @@
filters:
branches:
only:
# - '2722/circleci' #DELETE BEFORE MERGE
- develop
- enable-versioning:
requires:
Expand Down Expand Up @@ -94,7 +90,6 @@
filters:
branches:
ignore:
# - '2722/circleci' #DELETE BEFORE MERGE
- develop
- main
- master
Expand All @@ -104,7 +99,6 @@
filters:
branches:
only:
# - '2722/circleci' #DELETE BEFORE MERGE
- develop
- deploy-staging:
requires:
Expand All @@ -126,7 +120,6 @@
filters:
branches:
only:
- '2722/circleci' #DELETE BEFORE MERGE
- develop
- make_erd: # from ../util folder
filters:
Expand Down

0 comments on commit 880ccf4

Please sign in to comment.