circleci turn off staging deploy and tests through circle

This commit is contained in:
BryceLTaylor 2021-03-02 16:49:03 -05:00
parent 167d44f6a6
commit ac27f8f589

View file

@ -146,7 +146,6 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleCI-configure-tests
- build-production: - build-production:
context: context:
- scratch-www-all - scratch-www-all
@ -155,42 +154,42 @@ workflows:
branches: branches:
only: only:
- master - master
- deploy-staging: # - deploy-staging:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- build-staging # - build-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
- integration-staging-jest: # - integration-staging-jest:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- deploy-staging # - deploy-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
- integration-staging-tap: # - integration-staging-tap:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- deploy-staging # - deploy-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests